App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Classes | Functions
google.appengine._internal.django.core.serializers.pyyaml Namespace Reference

Classes

class  DjangoSafeDumper
 
class  Serializer
 

Functions

def Deserializer
 

Detailed Description

YAML serializer.

Requires PyYaml (http://pyyaml.org/), but that's checked for in __init__.

Function Documentation

def google.appengine._internal.django.core.serializers.pyyaml.Deserializer (   stream_or_string,
  options 
)
Deserialize a stream or string of YAML data.