Package rosetta :: Package basic :: Module _basic_ :: Class YamlEmitter
[hide private]
[frames] | no frames]

Class YamlEmitter

 object --+        
          |        
??.instance --+    
              |    
        Emitter --+
                  |
                 YamlEmitter

/////////////////////////////////////////////////////////////////////////// Emitter for more classically formatted YAML

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (OStream)out) -> None : basic/Emitter.hh:232
 
start_doc(...)
start_doc( (YamlEmitter)arg1) -> None : Start a new YAML document, ending the previous one first if necessary

Inherited from Emitter: __reduce__, depth, end, end_list, end_map, flush, set_indent, start_list, start_map

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1, (OStream)out) -> None :
    basic/Emitter.hh:232

    C++ signature :
        void __init__(_object*,std::ostream {lvalue})

Overrides: object.__init__

start_doc(...)

 

start_doc( (YamlEmitter)arg1) -> None :
    Start a new YAML document, ending the previous one first if necessary
    

    C++ signature :
        void start_doc(basic::YamlEmitter {lvalue})

Overrides: Emitter.start_doc