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

Public Member Functions

def __init__
 
- Public Member Functions inherited from yaml.reader.Reader
def __init__
 
def peek
 
def prefix
 
def forward
 
def get_mark
 
def determine_encoding
 
def check_printable
 
def update
 
def update_raw
 
- Public Member Functions inherited from yaml.scanner.Scanner
def __init__
 
def check_token
 
def peek_token
 
def get_token
 
def need_more_tokens
 
def fetch_more_tokens
 
def next_possible_simple_key
 
def stale_possible_simple_keys
 
def save_possible_simple_key
 
def remove_possible_simple_key
 
def unwind_indent
 
def add_indent
 
def fetch_stream_start
 
def fetch_stream_end
 
def fetch_directive
 
def fetch_document_start
 
def fetch_document_end
 
def fetch_document_indicator
 
def fetch_flow_sequence_start
 
def fetch_flow_mapping_start
 
def fetch_flow_collection_start
 
def fetch_flow_sequence_end
 
def fetch_flow_mapping_end
 
def fetch_flow_collection_end
 
def fetch_flow_entry
 
def fetch_block_entry
 
def fetch_key
 
def fetch_value
 
def fetch_alias
 
def fetch_anchor
 
def fetch_tag
 
def fetch_literal
 
def fetch_folded
 
def fetch_block_scalar
 
def fetch_single
 
def fetch_double
 
def fetch_flow_scalar
 
def fetch_plain
 
def check_directive
 
def check_document_start
 
def check_document_end
 
def check_block_entry
 
def check_key
 
def check_value
 
def check_plain
 
def scan_to_next_token
 
def scan_directive
 
def scan_directive_name
 
def scan_yaml_directive_value
 
def scan_yaml_directive_number
 
def scan_tag_directive_value
 
def scan_tag_directive_handle
 
def scan_tag_directive_prefix
 
def scan_directive_ignored_line
 
def scan_anchor
 
def scan_tag
 
def scan_block_scalar
 
def scan_block_scalar_indicators
 
def scan_block_scalar_ignored_line
 
def scan_block_scalar_indentation
 
def scan_block_scalar_breaks
 
def scan_flow_scalar
 
- Public Member Functions inherited from yaml.parser.Parser
def __init__
 
def check_event
 
def peek_event
 
def get_event
 
def parse_stream_start
 
def parse_implicit_document_start
 
def parse_document_start
 
def parse_document_end
 
def parse_document_content
 
def process_directives
 
def parse_block_node
 
def parse_flow_node
 
def parse_block_node_or_indentless_sequence
 
def parse_node
 
def parse_block_sequence_first_entry
 
def parse_block_sequence_entry
 
def parse_indentless_sequence_entry
 
def parse_block_mapping_first_key
 
def parse_block_mapping_key
 
def parse_block_mapping_value
 
def parse_flow_sequence_first_entry
 
def parse_flow_sequence_entry
 
def parse_flow_sequence_entry_mapping_key
 
def parse_flow_sequence_entry_mapping_value
 
def parse_flow_sequence_entry_mapping_end
 
def parse_flow_mapping_first_key
 
def parse_flow_mapping_key
 
def parse_flow_mapping_value
 
def parse_flow_mapping_empty_value
 
def process_empty_scalar
 
- Public Member Functions inherited from yaml.composer.Composer
def __init__
 
def check_node
 
def get_node
 
def compose_document
 
def compose_node
 
def compose_scalar_node
 
def compose_sequence_node
 
def compose_mapping_node
 
- Public Member Functions inherited from yaml.constructor.SafeConstructor
def construct_scalar
 
def flatten_mapping
 
def construct_mapping
 
def construct_yaml_null
 
def construct_yaml_bool
 
def construct_yaml_int
 
def construct_yaml_float
 
def construct_yaml_binary
 
def construct_yaml_timestamp
 
def construct_yaml_omap
 
def construct_yaml_pairs
 
def construct_yaml_set
 
def construct_yaml_str
 
def construct_yaml_seq
 
def construct_yaml_map
 
def construct_yaml_object
 
def construct_undefined
 
- Public Member Functions inherited from yaml.constructor.BaseConstructor
def __init__
 
def check_data
 
def get_data
 
def construct_document
 
def construct_object
 
def construct_scalar
 
def construct_sequence
 
def construct_mapping
 
def construct_pairs
 
def add_constructor
 
def add_multi_constructor
 
- 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.reader.Reader
 name
 
 stream
 
 stream_pointer
 
 eof
 
 buffer
 
 pointer
 
 raw_buffer
 
 raw_decode
 
 encoding
 
 index
 
 line
 
 column
 
- Public Attributes inherited from yaml.scanner.Scanner
 done
 
 flow_level
 
 tokens
 
 tokens_taken
 
 indent
 In flow context, tokens should respect indentation. More...
 
 indents
 
 allow_simple_key
 
 possible_simple_keys
 
 column
 
 index
 
- Public Attributes inherited from yaml.parser.Parser
 current_event
 
 yaml_version
 
 tag_handles
 
 states
 
 marks
 
 state
 
- Public Attributes inherited from yaml.composer.Composer
 anchors
 
- Public Attributes inherited from yaml.constructor.BaseConstructor
 constructed_objects
 
 recursive_objects
 
 state_generators
 
 deep_construct
 
- Public Attributes inherited from yaml.resolver.BaseResolver
 resolver_exact_paths
 
 resolver_prefix_paths
 
- Static Public Attributes inherited from yaml.reader.Reader
tuple NON_PRINTABLE = re.compile(u'[^\x09\x0A\x0D\x20-\x7E\x85\xA0-\uD7FF\uE000-\uFFFD]')
 
- Static Public Attributes inherited from yaml.parser.Parser
dictionary DEFAULT_TAGS
 
- Static Public Attributes inherited from yaml.constructor.SafeConstructor
dictionary bool_values
 
int inf_value = 1
 
 nan_value = -inf_value/inf_value
 
tuple timestamp_regexp
 
- Static Public Attributes inherited from yaml.constructor.BaseConstructor
dictionary yaml_constructors = {}
 
dictionary yaml_multi_constructors = {}
 
tuple add_constructor = classmethod(add_constructor)
 
tuple add_multi_constructor = classmethod(add_multi_constructor)
 
- 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.loader.SafeLoader.__init__ (   self,
  stream 
)

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