MCPcopy Create free account
hub / github.com/tox-dev/filelock / decorated_method

Function decorated_method

tests/test_filelock.py:583–584  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

581
582 @lock
583 def decorated_method() -> None:
584 assert lock.is_locked
585
586 assert not lock.is_locked
587 decorated_method()

Callers 1

test_context_decoratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected