Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dbase_api.py228 util.Typecheck(default_global_params, self.params_type)
312 def params_type(self): member in BaseApiClient
322 self.__default_global_params = self.params_type()
471 util.Typecheck(global_params, (type(None), self.__client.params_type))
472 result = self.__client.params_type()
473 global_params = global_params or self.__client.params_type()
511 [x.name for x in self.__client.params_type.all_fields()],
512 self.__client.params_type)