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

Public Member Functions

 __eq__ (self, other)
 
 __hash__ (self)
 
 fix (self)
 
 fix_identities (self, uniq=None)
 
 fix_repeating_arguments (self)
 

Public Attributes

 children
 

Member Function Documentation

◆ fix_identities()

docopt.Pattern.fix_identities ( self,
uniq = None )
Make pattern-tree tips point to same object if they are equal.

◆ fix_repeating_arguments()

docopt.Pattern.fix_repeating_arguments ( self)
Fix elements that should accumulate/increment values.

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