MCPcopy
hub / github.com/pallets/click / cli

Function cli

tests/test_termui.py:45–48  ·  tests/test_termui.py::cli
()

Source from the content-addressed store, hash-verified

43
44 @click.command()
45 def cli():
46 with _create_progress(label=label) as progress:
47 for _ in progress:
48 pass
49
50 monkeypatch.setattr(click._termui_impl, class="st">"isatty", lambda _: True)
51 assert (

Callers

nothing calls this directly

Calls 5

_create_progressFunction · 0.85
HintedClass · 0.85
_PasswordLengthTypeClass · 0.85
advance_timeMethod · 0.80
updateMethod · 0.80

Tested by

no test coverage detected