ape.main

Functions

enable_debugging(args) Enables interactive debugging
main() The ‘site-entry’ point.
set_logger(args) Creates a logger and sets the level based on args.
ape.main.enable_debugging(args)

Enables interactive debugging

Param:
  • args: A namespace with pudb and pdb attributes
ape.main.main()

The ‘site-entry’ point.

  1. Gets command-line arguments
  2. Sets the logger
  3. Enables debugging (if asked for)
  4. Calls the function set by the argparse subcommand

Navigation