module
biopipen.utils.common_docstrs
Common docstrings for biopipen procs.
Functions
format_placeholder
(
**kwargs
)
(Callable) — A decorator to format a docstring placeholder.</>indent_docstr
(
docstr
,indent
)
(str) — Indent the docstring.</>
function
biopipen.utils.common_docstrs.
indent_docstr
(
docstr
, indent
)
Indent the docstring.
Parameters
docstr
(str) — The docstring.indent
(str) — The indent.
Returns (str)
The indented docstring.
function
biopipen.utils.common_docstrs.
format_placeholder
(
**kwargs
)
A decorator to format a docstring placeholder.
Parameters
**kwargs
— The docstring placeholder.
Returns (Callable)
The decorated function.