MCPcopy Index your code
hub / github.com/RustPython/RustPython / A

Class A

Lib/test/test_call.py:892–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890 self.assertEqual(kwargs_captured, [{"baz": "bar"}])
891
892class A:
893 def method_two_args(self, x, y):
894 pass
895
896 @staticmethod
897 def static_no_args():
898 pass
899
900 @staticmethod
901 def positional_only(arg, /):
902 pass
903
904@cpython_only
905class TestErrorMessagesUseQualifiedName(unittest.TestCase):

Callers 10

test_multiple_valuesMethod · 0.70
readMethod · 0.50
gen_throwMethod · 0.50
evalFunction · 0.50
read_genericMethod · 0.50
fill_bufferMethod · 0.50
read1Method · 0.50
alignmentFunction · 0.50

Calls

no outgoing calls

Tested by 3

test_multiple_valuesMethod · 0.56