Most of emitter work done. There are some more changes left until 0.2,
and the turorials and documentation still need some updating.
This commit is contained in:
parent
967fe8c48b
commit
934df763ad
38 changed files with 3976 additions and 404 deletions
|
@ -1,3 +0,0 @@
|
|||
dumper = yaml.Dumper(StringIO())
|
||||
dumper.open()
|
||||
dumper.open()
|
|
@ -1,4 +0,0 @@
|
|||
dumper = yaml.Dumper(StringIO())
|
||||
dumper.open()
|
||||
dumper.close()
|
||||
dumper.open()
|
|
@ -1,4 +0,0 @@
|
|||
dumper = yaml.Dumper(StringIO())
|
||||
dumper.open()
|
||||
dumper.close()
|
||||
dumper.serialize(yaml.ScalarNode(tag='!foo', value='bar'))
|
|
@ -1,2 +0,0 @@
|
|||
dumper = yaml.Dumper(StringIO())
|
||||
dumper.close()
|
|
@ -1,2 +0,0 @@
|
|||
dumper = yaml.Dumper(StringIO())
|
||||
dumper.serialize(yaml.ScalarNode(tag='!foo', value='bar'))
|
|
@ -1 +0,0 @@
|
|||
yaml.safe_dump(object)
|
|
@ -1 +0,0 @@
|
|||
tag:yaml.org,2002:yaml
|
Loading…
Add table
Add a link
Reference in a new issue