Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
if
__name__ ==
'__main__'
:
115
Callers
15
recipe-576581.py
File · 0.45
select_qry
Function · 0.45
run_qry
Function · 0.45
save_table_definition
Function · 0.45
show_sequences
Function · 0.45
show_views
Function · 0.45
show_procedures
Function · 0.45
show_packages
Function · 0.45
save_files_in_zip
Function · 0.45
add_ver_info
Function · 0.45
dump_db_info
Function · 0.45
recipe-576541.py
File · 0.45
Calls
1
send
Method · 0.45
Tested by
no test coverage detected