MCPcopy Index your code
hub / github.com/coleifer/huey / __init__

Method __init__

huey/storage.py:763–767  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

761 ddl = []
762
763 def __init__(self, *args, **kwargs):
764 super(BaseSqlStorage, self).__init__(*args, **kwargs)
765 self.lock = threading.Lock()
766 self._conn = None
767 self.initialize_schema()
768
769 def close(self):
770 if self._conn is None:

Callers

nothing calls this directly

Calls 2

initialize_schemaMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected