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

Public Member Functions

def __init__
 
def get_snippet
 
def __str__
 

Public Attributes

 name
 
 index
 
 line
 
 column
 
 buffer
 
 pointer
 

Constructor & Destructor Documentation

def yaml.error.Mark.__init__ (   self,
  name,
  index,
  line,
  column,
  buffer,
  pointer 
)

Member Function Documentation

def yaml.error.Mark.__str__ (   self)
def yaml.error.Mark.get_snippet (   self,
  indent = 4,
  max_length = 75 
)

Member Data Documentation

yaml.error.Mark.buffer
yaml.error.Mark.column
yaml.error.Mark.index
yaml.error.Mark.line
yaml.error.Mark.name
yaml.error.Mark.pointer

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