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

Method kungfu

extra_tests/snippets/syntax_class.py:48–50  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

46
47 @staticmethod
48 def kungfu(x):
49 assert __class__ is Bar
50 assert x == 3
51
52
53assert Bar.__doc__ == "W00t "

Callers 1

syntax_class.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected