\ :py:mod:`clipppy` =================== .. py:module:: clipppy Subpackages ----------- .. toctree:: :titlesonly: :maxdepth: 3 commands/index.rst guide/index.rst patches/index.rst stochastic/index.rst utils/index.rst yaml/index.rst Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 clipppy/index.rst helpers/index.rst Package Contents ---------------- .. py:data:: __version__ :annotation: :str .. py:function:: load(path_or_stream: Union[os.PathLike, str, TextIO], base_dir: Union[os.PathLike, AnyStr] = None, interpret_as_Clipppy=False, force_templating=True, scope: Union[Mapping[str, Any], types.FrameType] = None, **kwargs) .. py:function:: load_config(path_or_stream: Union[os.PathLike, str, TextIO], base_dir: Union[os.PathLike, AnyStr] = None, force_templating=True, scope: Union[Mapping[str, Any], types.FrameType] = None, **kwargs) -> clipppy.Clipppy .. py:function:: loads(string: str, *, base_dir: Union[os.PathLike, AnyStr] = None, interpret_as_Clipppy=False, force_templating=True, scope: Union[Mapping[str, Any], types.FrameType] = None, **kwargs)