Searched defs:frozenset (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dcompat.py35 frozenset = frozenset variable
37 from sets import Set as set, ImmutableSet as frozenset namespace
H A Drecognizers.py45 from antlr3.compat import set, frozenset, reversed namespace
808 if not isinstance(tokenTypes, (set, frozenset)):
809 tokenTypes = frozenset([tokenTypes])

Completed in 85 milliseconds