MCPcopy Index your code
hub / github.com/NullArray/AutoSploit / __reload

Method __reload

lib/term/terminal.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 self.loaded_hosts = open(lib.settings.HOST_FILE, "a+").readlines()
75
76 def __reload(self):
77 self.loaded_hosts = open(lib.settings.HOST_FILE).readlines()
78
79 def reflect_memory(self, max_memory=100):
80 """

Callers 2

do_clean_hostsMethod · 0.95
terminal_main_displayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected