MCPcopy Create free account
hub / github.com/EASY233/Finger / close

Method close

lib/ip2Region.py:225–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

223 return 0
224
225 def close(self):
226 if self.__f != None:
227 self.__f.close()
228
229 self.__dbBinStr = None
230 self.__headerPtr = None
231 self.__headerSip = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected