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(): from Naked.toolshed.system import exit_success help_string = """ Naked profile Command Help ========================== The profile command runs cProfile and pstats on the code that you enter in test code block of your PROJECT/lib/profiler.py file. USAGE naked profile SECONDARY COMMANDS none OPTIONS none This command searches bottom to top (from the working directory) through up to 6 directory levels to identify the lib/profiler.py path.""" print(help_string) exit_success()
elif c.cmd == "profile": if c.cmd2 == "help": from Naked.commands.profile import help as profile_help profile_help() else: