enum_name
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
docopt.BranchPattern Class Reference
Inheritance diagram for docopt.BranchPattern:
docopt.Pattern docopt.Either docopt.OneOrMore docopt.Optional docopt.Required docopt.OptionsShortcut

Public Member Functions

 __init__ (self, *children)
 
 __repr__ (self)
 
 flat (self, *types)
 
- Public Member Functions inherited from docopt.Pattern
 __eq__ (self, other)
 
 __hash__ (self)
 
 fix (self)
 
 fix_identities (self, uniq=None)
 
 fix_repeating_arguments (self)
 

Public Attributes

 children
 
- Public Attributes inherited from docopt.Pattern
 children
 

Detailed Description

Branch/inner node of a pattern tree.

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