Package pyxb :: Package binding :: Module basis :: Class _RepresentAsXsdLiteral_mixin
[hide private]
[frames] | no frames]

Class _RepresentAsXsdLiteral_mixin

source code

object --+    
         |    
   cscRoot --+
             |
            _RepresentAsXsdLiteral_mixin
Known Subclasses:

Marker class for data types using XSD literal string as pythonLiteral.

This is necessary for any simple data type where Python repr() produces a constructor call involving a class that may not be available by that name; e.g. duration, decimal, and any of the date/time types.

Instance Methods [hide private]

Inherited from cscRoot: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__