Home
last modified time | relevance | path

Searched defs:log_mod (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-heyoka/heyoka.py-0.16.0/heyoka/
H A Dlogging.cpp90 auto log_mod = py::module_::import("logging"); in log_sync_levels() local
131 auto log_mod = py::module_::import("logging"); in enable_logging() local
/dports/devel/ipython/ipython-7.29.0/IPython/core/tests/
H A Dtest_magic.py389 import logging as log_mod namespace