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

Public Member Functions

def __init__
 
- Public Member Functions inherited from yaml.tokens.Token
def __init__
 
def __repr__
 

Public Attributes

 value
 
 start_mark
 
 end_mark
 
- Public Attributes inherited from yaml.tokens.Token
 start_mark
 
 end_mark
 

Static Public Attributes

string id = '<alias>'
 

Constructor & Destructor Documentation

def yaml.tokens.AliasToken.__init__ (   self,
  value,
  start_mark,
  end_mark 
)

Member Data Documentation

yaml.tokens.AliasToken.end_mark
string yaml.tokens.AliasToken.id = '<alias>'
static
yaml.tokens.AliasToken.start_mark
yaml.tokens.AliasToken.value

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