Methods
|
|
__init__
format
getOpening
parse
withTerminators
|
|
__init__
|
__init__ (
self,
rule=ExtractString(),
**kw,
)
|
|
format
|
format (
self,
data,
write,
)
|
|
getOpening
|
getOpening (
self,
closing,
memo,
)
|
|
parse
|
parse (
self,
input,
produce,
startState,
)
|
|
withTerminators
|
withTerminators (
self,
terminators,
memo,
)
|
|