Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ meth
Method
meth
Lib/test/test_descr.py:5177–5178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5175
def
setUp(self):
5176
class
C(object):
5177
def
meth(self):
5178
pass
5179
self.C = C
5180
5181
@unittest.skipIf(hasattr(sys,
'gettrace'
) and sys.gettrace(),
Callers
7
meth
Method · 0.45
meth
Method · 0.45
meth
Method · 0.45
test_metaclass
Method · 0.45
meth
Method · 0.45
test_supers
Method · 0.45
meth
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected