Home
last modified time | relevance | path

Searched refs:_dirty_cache (Results 1 – 3 of 3) sorted by relevance

/dports/net/cloud-init/cloud-init-21.4/cloudinit/sources/tests/
H A Dtest_init.py589 self.datasource._dirty_cache = True
601 self.datasource._dirty_cache = False # Fake clean cache
610 self.datasource._dirty_cache = True
617 self.datasource._dirty_cache = True
654 self.datasource._dirty_cache = True
/dports/net/cloud-init/cloud-init-21.4/cloudinit/sources/
H A D__init__.py214 _dirty_cache = False variable in DataSource
307 if not self._dirty_cache:
318 self._dirty_cache = False
325 self._dirty_cache = True
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_datasource/
H A Dtest_azure.py2597 dsrc._dirty_cache = True