MCPcopy Create free account
hub / github.com/DIMFLIX/Spectrum-Security / __enter__

Method __enter__

db.py:11–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9 self.programm_settings()
10
11 def __enter__(self):
12 return self
13
14 def __exit__(self, type, value, traceback):
15 self.conn.commit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected