MCPcopy 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

102if _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.pyFile · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected