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

Public Member Functions

def __init__
 
- Public Member Functions inherited from yaml.events.Event
def __init__
 
def __repr__
 

Public Attributes

 start_mark
 
 end_mark
 
 encoding
 
- Public Attributes inherited from yaml.events.Event
 start_mark
 
 end_mark
 

Detailed Description

Definition at line 41 of file events.py.

Constructor & Destructor Documentation

def yaml.events.StreamStartEvent.__init__ (   self,
  start_mark = None,
  end_mark = None,
  encoding = None 
)

Definition at line 42 of file events.py.

Member Data Documentation

yaml.events.StreamStartEvent.encoding
yaml.events.StreamStartEvent.end_mark

Definition at line 44 of file events.py.

yaml.events.StreamStartEvent.start_mark

Definition at line 43 of file events.py.


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