MCPcopy Create free account
hub / github.com/drinkingcoder/NeuralMarker / __enter__

Method __enter__

core/raft.py:19–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 def __init__(self, enabled):
18 pass
19 def __enter__(self):
20 pass
21 def __exit__(self, *args):
22 pass
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected