MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _exists

Function _exists

tools/python-3.11.9-amd64/Lib/os.py:41–42  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

39 "extsep"]
40
41def _exists(name):
42 return name in globals()
43
44def _get_exports_list(module):
45 try:

Callers 1

os.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected