MCPcopy Index your code
hub / github.com/clips/pattern / __delete__

Method __delete__

pattern/db/__init__.py:665–669  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

663 os.unlink(self.name)
664
665 def __delete__(self):
666 try:
667 self.disconnect()
668 except:
669 pass
670
671#### FIELD #########################################################################################
672

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.95

Tested by

no test coverage detected