MCPcopy Index your code
hub / github.com/python/mypy / _MethodInfo

Class _MethodInfo

mypy/plugins/functools.py:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class _MethodInfo:
47 def __init__(self, is_static: bool, type: CallableType) -> None:
48 self.is_static: Final = is_static
49 self.type: Final = type
50
51
52def functools_total_ordering_maker_callback(

Callers 1

_analyze_classFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…