Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_x
Method
get_x
extra_tests/snippets/syntax_class.py:33–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
self.x = x
32
33
def
get_x(self):
34
assert __class__ is Bar
35
return
self.x
36
37
def
doc_func(self):
38
"doc string"
Callers
1
syntax_class.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected