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

Public Member Functions

 single_match (self, left)
 
 parse (class_, source)
 
- Public Member Functions inherited from docopt.LeafPattern
 __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
 
- Public Attributes inherited from docopt.LeafPattern
 name
 
 value
 
- Public Attributes inherited from docopt.Pattern
 children
 

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