Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _add
Function
_add
tools/python-3.11.9-amd64/Lib/os.py:104–106 ·
view source on GitHub ↗
(str, fn)
Source
from the content-addressed store, hash-verified
102
if
_exists(
"_have_functions"
):
103
_globals = globals()
104
def
_add(str, fn):
105
if
(fn in _globals) and (str in _have_functions):
106
_set.add(_globals[fn])
107
108
_set = set()
109
_add(
"HAVE_FACCESSAT"
,
"access"
)
Callers
1
os.py
File · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected