MCPcopy Index your code
hub / github.com/python/cpython / _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 2

os.pyFile · 0.70
_EnvironClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…