Package pyxb :: Package utils :: Module six :: Class MovedAttribute
[hide private]
[frames] | no frames]

Class MovedAttribute

source code

object --+    
         |    
_LazyDescr --+
             |
            MovedAttribute

Instance Methods [hide private]
 
__init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None) source code
 
_resolve(self) source code

Inherited from _LazyDescr: __get__

Method Details [hide private]

__init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None)
(Constructor)

source code 
Overrides: _LazyDescr.__init__