Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
parsimonious.tests.test_nodes.SimpleTests Class Reference
Inheritance diagram for parsimonious.tests.test_nodes.SimpleTests:
Inheritance graph
[legend]
Collaboration diagram for parsimonious.tests.test_nodes.SimpleTests:
Collaboration graph
[legend]

Public Member Functions

 test_visitor (self)
 
 test_visitation_exception (self)
 
 test_str (self)
 
 test_repr (self)
 
 test_parse_shortcut (self)
 
 test_match_shortcut (self)
 

Member Function Documentation

◆ test_match_shortcut()

parsimonious.tests.test_nodes.SimpleTests.test_match_shortcut (   self)
Exercise the simple case in which the visitor takes care of matching.

◆ test_parse_shortcut()

parsimonious.tests.test_nodes.SimpleTests.test_parse_shortcut (   self)
Exercise the simple case in which the visitor takes care of parsing.

◆ test_repr()

parsimonious.tests.test_nodes.SimpleTests.test_repr (   self)
Test repr of ``Node``.

◆ test_str()

parsimonious.tests.test_nodes.SimpleTests.test_str (   self)
Test str and unicode of ``Node``.

◆ test_visitor()

parsimonious.tests.test_nodes.SimpleTests.test_visitor (   self)
Assert a tree gets visited correctly.

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