Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py123 attrs += [attr.name for attr in self._moved_attributes]
127 _moved_attributes = [] variable in _LazyModule
223 _moved_attributes = [ variable
287 for attr in _moved_attributes:
293 _MovedItems._moved_attributes = _moved_attributes
325 Module_six_moves_urllib_parse._moved_attributes = _urllib_parse_moved_attributes
344 Module_six_moves_urllib_error._moved_attributes = _urllib_error_moved_attributes
393 Module_six_moves_urllib_request._moved_attributes = _urllib_request_moved_attributes
413 Module_six_moves_urllib_response._moved_attributes = _urllib_response_moved_attributes
430 Module_six_moves_urllib_robotparser._moved_attributes = _urllib_robotparser_moved_attributes
/external/chromium-trace/catapult/third_party/six/
Dsix.py132 attrs += [attr.name for attr in self._moved_attributes]
136 _moved_attributes = [] variable in _LazyModule
235 _moved_attributes = [ variable
304 _moved_attributes += [
308 for attr in _moved_attributes:
314 _MovedItems._moved_attributes = _moved_attributes
354 Module_six_moves_urllib_parse._moved_attributes = _urllib_parse_moved_attributes
374 Module_six_moves_urllib_error._moved_attributes = _urllib_error_moved_attributes
424 Module_six_moves_urllib_request._moved_attributes = _urllib_request_moved_attributes
445 Module_six_moves_urllib_response._moved_attributes = _urllib_response_moved_attributes
[all …]
Dtest_six.py116 [item.name for item in six._moved_attributes])
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dsix.py130 attrs += [attr.name for attr in self._moved_attributes]
134 _moved_attributes = [] variable in _LazyModule
230 _moved_attributes = [ variable
297 for attr in _moved_attributes:
303 _MovedItems._moved_attributes = _moved_attributes
342 Module_six_moves_urllib_parse._moved_attributes = _urllib_parse_moved_attributes
361 Module_six_moves_urllib_error._moved_attributes = _urllib_error_moved_attributes
410 Module_six_moves_urllib_request._moved_attributes = _urllib_request_moved_attributes
430 Module_six_moves_urllib_response._moved_attributes = _urllib_response_moved_attributes
447 Module_six_moves_urllib_robotparser._moved_attributes = _urllib_robotparser_moved_attributes
Dtest_six.py96 [item.name for item in six._moved_attributes])