MCPcopy Index your code
hub / github.com/python/cpython / clear

Method clear

Lib/os.py:783–785  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

781
782 if _exists("_clearenv"):
783 def clear(self):
784 _clearenv()
785 self._data.clear()
786
787
788def _create_environ_mapping():

Callers 15

cache_clearFunction · 0.45
dispatchFunction · 0.45
registerFunction · 0.45
_strptimeFunction · 0.45
reload_environFunction · 0.45
handle_kill_lineMethod · 0.45
clear_extension_cacheFunction · 0.45
flushMethod · 0.45
closeMethod · 0.45
clear_framesFunction · 0.45
create_connectionFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 3

runMethod · 0.36
runMethod · 0.36
tearDownMethod · 0.36