Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
yaml.dumper.Dumper Class Reference
Inheritance diagram for yaml.dumper.Dumper:
Inheritance graph
[legend]

Public Member Functions

def __init__
 
- Public Member Functions inherited from yaml.emitter.Emitter
def __init__
 
def emit
 
def need_more_events
 
def need_events
 
def increase_indent
 
def expect_stream_start
 
def expect_nothing
 
def expect_first_document_start
 
def expect_document_start
 
def expect_document_end
 
def expect_document_root
 
def expect_node
 
def expect_alias
 
def expect_scalar
 
def expect_flow_sequence
 
def expect_first_flow_sequence_item
 
def expect_flow_sequence_item
 
def expect_flow_mapping
 
def expect_first_flow_mapping_key
 
def expect_flow_mapping_key
 
def expect_flow_mapping_simple_value
 
def expect_flow_mapping_value
 
def expect_block_sequence
 
def expect_first_block_sequence_item
 
def expect_block_sequence_item
 
def expect_block_mapping
 
def expect_first_block_mapping_key
 
def expect_block_mapping_key
 
def expect_block_mapping_simple_value
 
def expect_block_mapping_value
 
def check_empty_sequence
 
def check_empty_mapping
 
def check_empty_document
 
def check_simple_key
 
def process_anchor
 
def process_tag
 
def choose_scalar_style
 
def process_scalar
 
def prepare_version
 
def prepare_tag_handle
 
def prepare_tag_prefix
 
def prepare_tag
 
def prepare_anchor
 
def analyze_scalar
 
def flush_stream
 
def write_stream_start
 
def write_stream_end
 
def write_indicator
 
def write_indent
 
def write_line_break
 
def write_version_directive
 
def write_tag_directive
 
def write_single_quoted
 
- Public Member Functions inherited from yaml.serializer.Serializer
def __init__
 
def open
 
def close
 
def serialize
 
def anchor_node
 
def generate_anchor
 
def serialize_node
 
- Public Member Functions inherited from yaml.representer.Representer
def represent_str
 
def represent_unicode
 
def represent_long
 
def represent_complex
 
def represent_tuple
 
def represent_name
 
def represent_module
 
def represent_instance
 
def represent_object
 
- Public Member Functions inherited from yaml.representer.SafeRepresenter
def ignore_aliases
 
def represent_none
 
def represent_str
 
def represent_unicode
 
def represent_bool
 
def represent_int
 
def represent_long
 
def represent_float
 
def represent_list
 
def represent_dict
 
def represent_set
 
def represent_date
 
def represent_datetime
 
def represent_yaml_object
 
def represent_undefined
 
- Public Member Functions inherited from yaml.representer.BaseRepresenter
def __init__
 
def represent
 
def get_classobj_bases
 
def represent_data
 
def add_representer
 
def add_multi_representer
 
def represent_scalar
 
def represent_sequence
 
def represent_mapping
 
def ignore_aliases
 
- Public Member Functions inherited from yaml.resolver.BaseResolver
def __init__
 
def add_implicit_resolver
 
def add_path_resolver
 
def descend_resolver
 
def ascend_resolver
 
def check_resolver_prefix
 
def resolve
 

Additional Inherited Members

- Public Attributes inherited from yaml.emitter.Emitter
 stream
 
 encoding
 
 states
 
 state
 
 events
 
 event
 
 indents
 
 indent
 
 flow_level
 
 root_context
 
 sequence_context
 
 mapping_context
 
 simple_key_context
 
 line
 
 column
 
 whitespace
 
 indention
 
 canonical
 
 allow_unicode
 
 best_indent
 
 best_width
 
 best_line_break
 
 tag_prefixes
 
 prepared_anchor
 
 prepared_tag
 
 analysis
 
 style
 
- Public Attributes inherited from yaml.serializer.Serializer
 use_encoding
 
 use_explicit_start
 
 use_explicit_end
 
 use_version
 
 use_tags
 
 serialized_nodes
 
 anchors
 
 last_anchor_id
 
 closed
 
 last_alias_id
 
- Public Attributes inherited from yaml.representer.BaseRepresenter
 default_style
 
 default_flow_style
 
 represented_objects
 
 object_keeper
 
 alias_key
 
- Public Attributes inherited from yaml.resolver.BaseResolver
 resolver_exact_paths
 
 resolver_prefix_paths
 
- Static Public Attributes inherited from yaml.emitter.Emitter
dictionary DEFAULT_TAG_PREFIXES
 
- Static Public Attributes inherited from yaml.serializer.Serializer
string ANCHOR_TEMPLATE = u'id%03d'
 
- Static Public Attributes inherited from yaml.representer.SafeRepresenter
int inf_value = 1
 
- Static Public Attributes inherited from yaml.representer.BaseRepresenter
dictionary yaml_representers = {}
 
dictionary yaml_multi_representers = {}
 
tuple add_representer = classmethod(add_representer)
 
tuple add_multi_representer = classmethod(add_multi_representer)
 
- Static Public Attributes inherited from yaml.resolver.BaseResolver
string DEFAULT_SCALAR_TAG = u'tag:yaml.org,2002:str'
 
string DEFAULT_SEQUENCE_TAG = u'tag:yaml.org,2002:seq'
 
string DEFAULT_MAPPING_TAG = u'tag:yaml.org,2002:map'
 
dictionary yaml_implicit_resolvers = {}
 
dictionary yaml_path_resolvers = {}
 
tuple add_implicit_resolver = classmethod(add_implicit_resolver)
 
tuple add_path_resolver = classmethod(add_path_resolver)
 

Constructor & Destructor Documentation

def yaml.dumper.Dumper.__init__ (   self,
  stream,
  default_style = None,
  default_flow_style = None,
  canonical = None,
  indent = None,
  width = None,
  allow_unicode = None,
  line_break = None,
  encoding = None,
  explicit_start = None,
  explicit_end = None,
  version = None,
  tags = None 
)

The documentation for this class was generated from the following file: