Searched refs:old_mod (Results 1 – 7 of 7) sorted by relevance
/external/python/six/ |
D | six.py | 141 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/ |
D | six.py | 141 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/ |
D | six.py | 141 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/ |
D | six.py | 141 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/ |
D | six.py | 141 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument 154 self.mod = old_mod
|
/external/scapy/scapy/modules/ |
D | six.py | 146 def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): argument 159 self.mod = old_mod
|
/external/python/six/documentation/ |
D | index.rst | 838 .. 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.
|