Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ meth
Method
meth
Lib/test/test_descr.py:5415–5416 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
5413
def
setUp(self):
5414
class
C(object):
5415
def
meth(self):
5416
pass
5417
self.C = C
5418
5419
@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