INNER CODE UNIT · Python

remove

netkiller/shell · bin/oscm.py:81

    def remove(self, app):
        pass
    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)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…