Searched refs:patch_fbcode (Results 1 – 2 of 2) sorted by relevance
44 from .mock_cache import global_stats, patch_fbcode, PatchCaches46 from mock_cache import global_stats, patch_fbcode, PatchCaches # @manual818 with PatchCaches(), patch_fbcode(fbcode):
188 def patch_fbcode(state: bool) -> Generator[None, None, None]: function