Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
obr 0.0 documentation
obr 0.0 documentation
  • Yaml files overview
  • Commandline Reference
  • Troubleshooting
  • API Reference
    • obr
      • obr.OpenFOAM
        • obr.OpenFOAM.BlockMesh
        • obr.OpenFOAM.case
        • obr.OpenFOAM.solver
      • obr.core
        • obr.core.caseOrigins
        • obr.core.core
        • obr.core.logger_setup
        • obr.core.parse_yaml
        • obr.core.queries
      • obr.signac_wrapper
        • obr.signac_wrapper.labels
        • obr.signac_wrapper.operations
        • obr.signac_wrapper.submit
      • obr.__main__
      • obr.cli
      • obr.cli_util
      • obr.create_tree
Back to top
View this page

obr.__main__ΒΆ

Entrypoint module, in case you use python -mobr.

Why does this file exist, and why __main__? For more info, read:

  • https://www.python.org/dev/peps/pep-0338/

  • https://docs.python.org/2/using/cmdline.html#cmdoption-m

  • https://docs.python.org/3/using/cmdline.html#cmdoption-m

Next
obr.cli
Previous
obr.signac_wrapper.submit
Copyright © 2023, Gregor Olenik
Made with Sphinx and @pradyunsg's Furo