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

Function pop_context

src/click/globals.py:49–51  ·  view source on GitHub ↗

Removes the top level from the stack.

()

Source from the content-addressed store, hash-verified

47
48
49def pop_context() -> None:
50 """Removes the top level from the stack."""
51 _local.stack.pop()
52
53
54def resolve_color_default(color: bool | None = None) -> bool | None:

Callers 1

__exit__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected