Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Other
Class
Other
Lib/test/test_typing.py:2838–2843 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2836
pass
2837
2838
class
Other:
2839
attr: int = 1
2840
def
meth(self, arg: str) -> int:
2841
if
arg ==
'this'
:
2842
return
1
2843
return
0
2844
2845
class
NT(NamedTuple):
2846
x: int
Callers
4
test_protocols_isinstance_py36
Method · 0.70
to_rustls_invalid_cert
Function · 0.50
to_rustls_cert_error
Function · 0.50
readline
Method · 0.50
Calls
no outgoing calls
Tested by
1
test_protocols_isinstance_py36
Method · 0.56