![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, literal, name='') | |
Public Member Functions inherited from parsimonious.expressions.Expression | |
| __hash__ (self) | |
| __eq__ (self, other) | |
| __ne__ (self, other) | |
| resolve_refs (self, rule_map) | |
| parse (self, text, pos=0) | |
| match (self, text, pos=0) | |
| match_core (self, text, pos, cache, error) | |
| __str__ (self) | |
| as_rule (self) | |
Public Member Functions inherited from parsimonious.utils.StrAndRepr | |
| __repr__ (self) | |
Public Attributes | |
| literal | |
| identity_tuple | |
Public Attributes inherited from parsimonious.expressions.Expression | |
| name | |
| identity_tuple | |
Protected Member Functions | |
| _uncached_match (self, text, pos, cache, error) | |
| _as_rhs (self) | |
Protected Member Functions inherited from parsimonious.expressions.Expression | |
| _eq_check_cycles (self, other, checked) | |
| _unicode_members (self) | |
A string literal Use these if you can; they're the fastest.
| parsimonious.expressions.Literal.__init__ | ( | self, | |
| literal, | |||
name = '' |
|||
| ) |
Reimplemented from parsimonious.expressions.Expression.
|
protected |
Return the right-hand side of a rule that represents me. Implemented by subclasses.
Reimplemented from parsimonious.expressions.Expression.