INNER CODE UNIT · Python

list

netkiller/shell · bin/oscm.py:83

    def list(self):
        pass

    def install(self, app):
        pass

    def usage(self):
        self.parser.print_help()
        print("\n  Homepage: http://www.netkiller.cn Author: Neo <netkiller@msn.com>")
        sys.exit(1)

    def main(self):
        try:
            if self.debug:
                print("===================================")
                print(self.options, self.args)
                print("===================================")
                print(self.db)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…