flopy.mf6.utils.codegen package

Submodules

Module contents

make_all(dfndir: Path, outdir: PathLike, verbose: bool = False, version: int = 1)[source]

Generate Python source files from the DFN files in the given location.

make_init(dfns: dict, outdir: PathLike, verbose: bool = False)[source]

Generate a Python __init__.py file for the given input definitions.

make_targets(dfn, outdir: PathLike, verbose: bool = False)[source]

Generate Python source file(s) from the given input definition.