cache property
cache property
The cache.
Definition:
@property
def cache(self):
...
@cache.setter
def cache(self, value):
...
See Also
- class
AnnotatorSettings
The cache.
@property
def cache(self):
...
@cache.setter
def cache(self, value):
...
AnnotatorSettings