Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyca/cryptography
/ T
Class
T
tests/test_cryptography_utils.py:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
class
TestCachedProperty:
14
def
test_simple(self):
15
class
T:
16
@utils.cached_property
17
def
t(self):
18
accesses.append(None)
19
return
14
20
21
accesses: typing.List[typing.Optional[T]] = []
22
Callers
2
test_simple
Method · 0.85
test_set
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_simple
Method · 0.68
test_set
Method · 0.68