Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/test/support/os_helper.py:764–765 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
762
del self._environ[envvar]
763
764
def
keys(self):
765
return
self._environ.keys()
766
767
def
__iter__(self):
768
return
iter(self._environ)
Callers
4
hashlib_helper.py
File · 0.45
impl_detail
Function · 0.45
smtp_MAIL
Method · 0.45
smtp_RCPT
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected