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

Method close

recipes/Python/576574_Login_Logger/recipe-576574.py:110–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108
109
110 def close(self):
111 self.socket.send('\r\n') #We don't want to mirror anything else.
112 self.socket.close()
113
114if __name__ == '__main__':
115

Callers 15

recipe-576581.pyFile · 0.45
select_qryFunction · 0.45
run_qryFunction · 0.45
save_table_definitionFunction · 0.45
show_sequencesFunction · 0.45
show_viewsFunction · 0.45
show_proceduresFunction · 0.45
show_packagesFunction · 0.45
save_files_in_zipFunction · 0.45
add_ver_infoFunction · 0.45
dump_db_infoFunction · 0.45
recipe-576541.pyFile · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected