fvm.argument_parser module

Warning

Callables that are not documented in the Public API are not intented to be directly used and thus may change between minor versions.

Creates an argument parser for the FVM Framework using argparse

fvm.argument_parser.create_parser()[source]

Create an argument parser

Returns:

Argument parser for the FVM Framework

Return type:

class ‘argparse.ArgumentParser’