HomeSort by relevance Sort by last modified time
    Searched full:add_sync_methods (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
rest_api.py 21 __all__ = ['add_sync_methods']
40 Used by the @add_sync_methods class decorator below.
59 def add_sync_methods(cls): function
110 methods are synthesized from async ones by the add_sync_methods()
258 _RestApi = add_sync_methods(_RestApi)
storage_api.py 173 _StorageApi = rest_api.add_sync_methods(_StorageApi)

Completed in 64 milliseconds