Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fubar
Method
fubar
extra_tests/snippets/syntax_class.py:42–45 ·
view source on GitHub ↗
(cls, x)
Source
from the content-addressed store, hash-verified
40
41
@classmethod
42
def
fubar(cls, x):
43
assert __class__ is cls
44
assert cls is Bar
45
assert x == 2
46
47
@staticmethod
48
def
kungfu(x):
Callers
1
syntax_class.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected