MCPcopy Index your code
hub / github.com/pyload/pyload / main

Function main

pyLoadCore.py:669–683  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

667
668
669def main():
670 #change name to 'pyLoadCore'
671 #from module.lib.rename_process import renameProcess
672 #renameProcess('pyLoadCore')
673 if "--daemon" in sys.argv:
674 deamon()
675 else:
676 pyload_core = Core()
677 try:
678 pyload_core.start()
679 except KeyboardInterrupt:
680 pyload_core.shutdown()
681 pyload_core.log.info(_("killed pyLoad from Terminal"))
682 pyload_core.removeLogger()
683 _exit(1)
684
685# And so it begins...
686if __name__ == "__main__":

Callers 1

pyLoadCore.pyFile · 0.70

Calls 6

startMethod · 0.95
shutdownMethod · 0.95
removeLoggerMethod · 0.95
deamonFunction · 0.85
CoreClass · 0.85
_Function · 0.50

Tested by

no test coverage detected