MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / Close

Method Close

BaseTools/Source/Python/Ecc/Database.py:142–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 # Close the connection and cursor
141 #
142 def Close(self):
143 #
144 # Commit to file
145 #
146 self.Conn.commit()
147
148 #
149 # Close connection and cursor
150 #
151 self.Cur.close()
152 self.Conn.close()
153
154 ## Insert one file information
155 #

Callers 2

Database.pyFile · 0.45
__init__Method · 0.45

Calls 2

commitMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected