Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2833
class
Proto(Protocol):
2834
attr: int
2835
def
meth(self, arg: str) -> int:
2836
...
2837
2838
class
Concrete(Proto):
2839
pass
Callers
1
test_partial_as_method
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected