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

Public Member Functions

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

Constructor & Destructor Documentation

◆ __init__()

docopt.Command.__init__ ( self,
name,
value = False )

Reimplemented from docopt.LeafPattern.

Member Function Documentation

◆ single_match()

docopt.Command.single_match ( self,
left )

Reimplemented from docopt.Argument.


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