Пример #1
0
 def __init__(self):
     YAML.__init__(self)
     self.default_flow_style = False
     self.block_seq_indent = 2
     self.indent = 4
     self.allow_unicode = True
     self.encoding = 'utf-8'
Пример #2
0
 def __init__(self):
     YAML.__init__(self)
     self.allow_unicode = True
     self.encoding = 'utf-8'