Python typing, mypy infer return type based on class method return type

后端 未结 0 1701
一生所求
一生所求 2021-01-04 13:17

Consider the following case

class A:
    def method(self) -> float:
        return 3.14

class B:
    def method(sel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题