push method

push

Defines the Push method.

def push(self, syntax):
    ...
ParameterTypeDescription
syntaxInlineSyntaxNodeThe syntax.

push

Defines the Push method.

def push(self, delimiter):
    ...
ParameterTypeDescription
delimiterDelimiterRunThe delimiter.

See Also