Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
115
if
_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.py
File · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…