Implement yaml.dump().
commitc2522283bae63cbde4350067ef3636cbe3c6bc74
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Tue, 11 Apr 2006 00:34:16 +0000 (11 00:34 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Tue, 11 Apr 2006 00:34:16 +0000 (11 00:34 +0000)
treed168d6f9720ce1f77c034f5180960cae0d08588f
parentb2fb641a873252dd37faa792fb420d8d52297578
Implement yaml.dump().

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@133 18f92427-320e-0410-9341-c67f048884a3
15 files changed:
lib/yaml/__init__.py
lib/yaml/composer.py
lib/yaml/constructor.py
lib/yaml/detector.py [new file with mode: 0644]
lib/yaml/emitter.py
lib/yaml/events.py
lib/yaml/nodes.py
lib/yaml/representer.py [new file with mode: 0644]
lib/yaml/resolver.py
lib/yaml/serializer.py [new file with mode: 0644]
lib/yaml/yaml_object.py [new file with mode: 0644]
tests/data/scalars.events
tests/test_emitter.py
tests/test_representer.py [new file with mode: 0644]
tests/test_yaml.py