Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ manager
Function
manager
tests/test_context.py:524–527 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
522
def
test_with_resource():
523
@contextmanager
524
def
manager():
525
val = [1]
526
yield
val
527
val[0] = 0
528
529
ctx = click.Context(click.Command(
"test"
))
530
Callers
1
test_with_resource
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected