MCPcopy 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

1class DontCache:
2 def __init__(self, result):
3 self.data = result
4
5def is_dont_cache(obj):
6 return isinstance(obj, DontCache)

Callers 1

sitemapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected