MCPcopy Create free account
hub / github.com/ipython/traitlets / _configure

Function _configure

tests/config/test_application.py:867–869  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

865 calls = []
866
867 def _configure(*args, **kwargs):
868 nonlocal calls
869 calls.append((args, kwargs))
870
871 monkeypatch.setattr(
872 "logging.config.DictConfigurator.configure",

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…