DISPATCH
f90nml.cli Namespace Reference

Functions

def parse ()
 

Variables

bool has_yaml = True
 
tuple represent_dict_order
 

Detailed Description

Command line interface to f90nml.

:copyright: Copyright 2017 Marshall Ward, see AUTHORS for details.
:license: Apache License, Version 2.0, see LICENSE for details

Function Documentation

◆ parse()

def f90nml.cli.parse ( )
Parse the command line input arguments.

Definition at line 37 of file cli.py.

References f90nml.patch(), f90nml.read(), and f90nml.write().

Variable Documentation

◆ represent_dict_order

tuple f90nml.cli.represent_dict_order
Initial value:
1 = (lambda self, data:
2  self.represent_mapping('tag:yaml.org,2002:map',
3  data.items()))

Definition at line 28 of file cli.py.