module __main__#

Short summary#

module ensae_projects.__main__

Implements command line python -m mathenjeu <command> <args>.

source on GitHub

Functions#

function

truncated documentation

main

Implements python -m ensae_projects <command> <args>.

Documentation#

Implements command line python -m mathenjeu <command> <args>.

source on GitHub

ensae_projects.__main__.main(args, fLOG=<built-in function print>)#

Implements python -m ensae_projects <command> <args>.

Parameters:
  • args – command line arguments

  • fLOG – logging function

source on GitHub