MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / get_verbosity

Function get_verbosity

tensorlayer/logging/tl_logging.py:244–246  ·  view source on GitHub ↗

Return how much logging output will be produced.

()

Source from the content-addressed store, hash-verified

242
243
244def get_verbosity():
245 """Return how much logging output will be produced."""
246 return _get_logger().getEffectiveLevel()
247
248
249def set_verbosity(v):

Callers

nothing calls this directly

Calls 1

_get_loggerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…