Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
41
def
_exists(name):
42
return
name in globals()
43
44
def
_get_exports_list(module):
45
try
:
Callers
2
os.py
File · 0.70
_Environ
Class · 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…