|
|
__init__(self,
min_,
max_,
escape='\\',
escaped=ILLEGAL,
illegal=ILLEGAL,
range=None,
parser_factory=make_str_parser)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_escape_char(self,
char)
Escape a character if necessary. |
source code
|
|
|
|
_no_parens(self,
children)
Returns True of no parens are needed around this when fmtting. |
source code
|
|
|
|
fmt_intervals(self,
intervals)
Hide unicode chars because of some strange error that occurs with
Python2.6 on the command line. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from_char(self,
char)
This must convert a single character. |
source code
|
|
|
|
|
|
Inherited from core.Alphabet:
after,
before,
extension,
invert,
max,
min
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|