Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/s/t/status-0.2.4/lib/status/app.py status(Download)
# --> settings for user messages are assigned in the lib/status/settings.py file #------------------------------------------------------------------------------------------ if c.help(): # User requested naked help (help.py module in commands directory) from status.commands.help import Help Help().print_help()
src/h/e/helpy-1.0.1/lib/helpy/app.py helpy(Download)
# --> settings for user messages are assigned in the lib/pyh/settings.py file #------------------------------------------------------------------------------------------ if c.help(): # User requested pyh help information from helpy.settings import help as helpy_help print(helpy_help)