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

Function mypy_config_typing

tests/test_typing.py:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67@pytest.mark.mypy_testing
68def mypy_config_typing() -> None:
69 c = Config(
70 {
71 "ExtractOutputPreprocessor": {"enabled": True},
72 }
73 )
74 reveal_type(c) # R: traitlets.config.loader.Config
75
76
77@pytest.mark.mypy_testing

Callers

nothing calls this directly

Calls 2

ConfigClass · 0.90
reveal_typeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…