MCPcopy Index your code
hub / github.com/RustPython/RustPython / _exists

Function _exists

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 1

globalsFunction · 0.85

Tested by

no test coverage detected