Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
def help(): help_string = """ Naked classify Command Help =========================== The classify command performs a case-insensitive search of the PyPI application classifier list and displays the results. USAGE naked classify [search string] The search string argument is optional. If you do not include a search string, the entire classifier list is displayed. SECONDARY COMMANDS none OPTIONS none EXAMPLES naked classify naked classify Internet """ print(help_string) exit_success()
elif c.cmd == "classify": if c.cmd2 == "help": from Naked.commands.classifier import help as classifier_help classifier_help() else: