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

Function _add

Lib/os.py:117–119  ·  view source on GitHub ↗
(str, fn)

Source from the content-addressed store, hash-verified

115if _exists("_have_functions"):
116 _globals = globals()
117 def _add(str, fn):
118 if (fn in _globals) and (str in _have_functions):
119 _set.add(_globals[fn])
120
121 _set = set()
122 _add("HAVE_FACCESSAT", "access")

Callers 1

os.pyFile · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…