magpie.ui.network ================= .. py:module:: magpie.ui.network Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/magpie/ui/network/views/index Attributes ---------- .. autoapisummary:: magpie.ui.network.LOGGER Functions --------- .. autoapisummary:: magpie.ui.network.fully_qualified_name magpie.ui.network.get_logger magpie.ui.network.includeme Package Contents ---------------- .. py:function:: fully_qualified_name(obj: Union[Any, Type[Any]]) -> str Obtains the ``'.'`` full path definition of the object to allow finding and importing it. .. py:function:: get_logger(name: magpie.typedefs.Str, level: Optional[int] = None, force_stdout: bool = None, message_format: Optional[magpie.typedefs.Str] = None, datetime_format: Optional[magpie.typedefs.Str] = None) -> logging.Logger Immediately sets the logger level to avoid duplicate log outputs from the `root logger` and `this logger` when `level` is ``logging.NOTSET``. .. py:data:: LOGGER .. py:function:: includeme(config)