__init__ ( self )
()
Doesn't match anything. This is a null operation. It's
useful if you want a valid initial object from which to build,
as in: exp = NullOp()
for c in string.split(line):
exp = exp + Str(c)
- (That's contrived
- see Time.py for a real use.)
|