enum_name
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
docopt.LeafPattern Class Reference
Inheritance diagram for docopt.LeafPattern:
docopt.Pattern docopt.Argument docopt.Option docopt.Command

Public Member Functions

 __init__ (self, name, value=None)
 
 __repr__ (self)
 
 flat (self, *types)
 
 match (self, left, collected=None)
 
- 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

 name
 
 value
 
- Public Attributes inherited from docopt.Pattern
 children
 

Detailed Description

Leaf/terminal node of a pattern tree.

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