Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ __enter__
Method
__enter__
python/pythonmonkey/lib/wtfpm.py:32–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
30
""
"
31
32
def
__enter__(self):
33
pass
34
35
def
__exit__(self, errType, errValue, traceback):
36
if
errType is None:
# no exception
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected