enum_name
Loading...
Searching...
No Matches
docopt.OptionsShortcut Class Reference
Inheritance diagram for docopt.OptionsShortcut:
docopt.Optional docopt.BranchPattern docopt.Pattern

Additional Inherited Members

- Public Member Functions inherited from docopt.Optional
 match (self, left, collected=None)
 
- Public Member Functions inherited from docopt.BranchPattern
 __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 inherited from docopt.BranchPattern
 children
 
- Public Attributes inherited from docopt.Pattern
 children
 

Detailed Description

Marker/placeholder for [options] shortcut.

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