MCPcopy 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
2838class Other:
2839 attr: int = 1
2840 def meth(self, arg: str) -> int:
2841 if arg == 'this':
2842 return 1
2843 return 0
2844
2845class NT(NamedTuple):
2846 x: int

Callers 4

to_rustls_invalid_certFunction · 0.50
to_rustls_cert_errorFunction · 0.50
readlineMethod · 0.50

Calls

no outgoing calls

Tested by 1