MCPcopy Index your code
hub / github.com/python/cpython / InstanceMethod

Class InstanceMethod

Lib/test/test_capi/test_misc.py:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75class InstanceMethod:
76 id = _testcapi.instancemethod(id)
77 testfunction = _testcapi.instancemethod(testfunction)
78
79
80CURRENT_THREAD_REGEX = r'Current thread.*:\n' if not support.Py_GIL_DISABLED else r'Stack .*:\n'

Callers 1

test_instancemethodMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_instancemethodMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…