MCPcopy Create free account
hub / github.com/FreedomIntelligence/GrammarGPT / __exit__

Method __exit__

utils/callbacks.py:74–75  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

72 return self
73
74 def __exit__(self, exc_type, exc_val, exc_tb):
75 self.stop_now = True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected