MCPcopy Index your code
hub / github.com/python/cpython / meth

Method meth

Lib/test/test_typing.py:2835–2836  ·  view source on GitHub ↗
(self, arg: str)

Source from the content-addressed store, hash-verified

2833class Proto(Protocol):
2834 attr: int
2835 def meth(self, arg: str) -> int:
2836 ...
2837
2838class Concrete(Proto):
2839 pass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected