Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ DontCache
Class
DontCache
botasaurus/dontcache.py:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
DontCache:
2
def
__init__(self, result):
3
self.data = result
4
5
def
is_dont_cache(obj):
6
return
isinstance(obj, DontCache)
Callers
1
sitemap
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected