Home
last modified time | relevance | path

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

/external/python/six/
Dsix.py141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
154 self.mod = old_mod
/external/llvm-project/lldb/third_party/Python/module/six/
Dsix.py141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
154 self.mod = old_mod
/external/python/parse_type/tasks/_vendor/
Dsix.py141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
154 self.mod = old_mod
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
154 self.mod = old_mod
/external/python/setuptools/setuptools/_vendor/
Dsix.py141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
154 self.mod = old_mod
/external/scapy/scapy/modules/
Dsix.py146 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument
159 self.mod = old_mod
/external/python/six/documentation/
Dindex.rst838 .. class:: MovedModule(name, old_mod, new_mod)
841 modules in Python 2 and 3. *old_mod* is the name of the Python 2 module.
845 .. class:: MovedAttribute(name, old_mod, new_mod, old_attr=None, new_attr=None)
848 attributes in Python 2 and 3. *old_mod* is the name of the Python 2 module.