titus.inspector.parser.AndChain

class titus.inspector.parser.AndChain(chain, col=None)[source]

Bases: titus.inspector.parser.Ast

AST for a chain of logical-and expressions (ampersand) in a JSON regular expression.

__init__(chain, col=None)
regex()