Match a regex, or longest string that doesn't include a terminator
Methods
|
|
__cmp__
__hash__
__init__
format
getOpening
parse
withTerminators
|
|
__cmp__
|
__cmp__ ( self, other )
|
|
__hash__
|
__hash__ ( self )
|
|
__init__
|
__init__ (
self,
pattern=None,
**kw,
)
|
|
format
|
format (
self,
data,
write,
)
|
|
getOpening
|
getOpening (
self,
closing,
memo,
)
|
|
parse
|
parse (
self,
inputStr,
produce,
startAt,
)
|
|
withTerminators
|
withTerminators (
self,
terminators,
memo,
)
|
|