MCPcopy Index your code
hub / github.com/msiemens/tinydb / is_cacheable

Method is_cacheable

tinydb/queries.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 self._hash = hashval
75
76 def is_cacheable(self) -> bool:
77 return self._hash is not None
78
79 def __call__(self, value: Mapping) -> bool:
80 """

Callers 6

__and__Method · 0.95
__or__Method · 0.95
__invert__Method · 0.95
__getattr__Method · 0.80
_generate_testMethod · 0.80

Calls

no outgoing calls

Tested by 1