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

Function create_bound_method

Lib/test/test_weakref.py:45–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 return f
44
45def create_bound_method():
46 return C().method
47
48
49class Object:

Callers

nothing calls this directly

Calls 1

CClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…