Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py132 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
145 self.mod = old_mod
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dsix.py139 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
152 self.mod = old_mod
/external/chromium-trace/catapult/third_party/six/
Dsix.py141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
154 self.mod = old_mod
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/
Dindex.rst816 .. class:: MovedModule(name, old_mod, new_mod)
819 modules in Python 2 and 3. *old_mod* is the name of the Python 2 module.
823 .. class:: MovedAttribute(name, old_mod, new_mod, old_attr=None, new_attr=None)
826 attributes in Python 2 and 3. *old_mod* is the name of the Python 2 module.
/external/chromium-trace/catapult/third_party/six/documentation/
Dindex.rst829 .. class:: MovedModule(name, old_mod, new_mod)
832 modules in Python 2 and 3. *old_mod* is the name of the Python 2 module.
836 .. class:: MovedAttribute(name, old_mod, new_mod, old_attr=None, new_attr=None)
839 attributes in Python 2 and 3. *old_mod* is the name of the Python 2 module.