MCPcopy Create free account
hub / github.com/ActiveState/code / close

Method close

recipes/Python/578907_Python_Awesome_DD/recipe-578907.py:211–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209 return False
210
211 def close(self):
212 self.target.close()
213
214 def read(self, bsize=40960):
215 return self.target.read(bsize)

Callers 15

release_mutexMethod · 0.45
__init__Method · 0.45
sinebeepFunction · 0.45
saveAsMethod · 0.45
configureFunction · 0.45
recipe-578991.pyFile · 0.45
wait_net_serviceFunction · 0.45
objsignatureFunction · 0.45
save_actMethod · 0.45
export_Method · 0.45
import_Method · 0.45
load_board_from_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected