class documentation

class MappingPattern(Pattern): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method accept Undocumented
Instance Variable keys Undocumented
Instance Variable rest Undocumented
Instance Variable values Undocumented

Inherited from Pattern:

Class Variable __slots__ Undocumented

Inherited from Node (via Pattern):

Method __str__ Undocumented

Inherited from Context (via Pattern, Node):

Method set_line If target is a node, pull line (and column) information into this node. If column is specified, this will override any column information coming from a node.
Instance Variable column Undocumented
Instance Variable end_column Undocumented
Instance Variable end_line Undocumented
Instance Variable line Undocumented
def __init__(self, keys: list[Expression], values: list[Pattern], rest: NameExpr|None): (source)

Undocumented

def accept(self, visitor: PatternVisitor[T]) -> T: (source)

Undocumented

Undocumented

Undocumented

Undocumented