class documentation

class InterpolatedString(String): (source)

Constructor: InterpolatedString(length)

View In Hierarchy

Strings interpolated via Send(

Class Variable mode Whether to munch maximally (0) or minimally (-1)

Inherited from String:

Method next Determines the next encode state given a token

Inherited from EncoderState (via String, Line):

Method __init__ Undocumented
Method munch Munch the input string and determine the resulting token, encoder state, and remainder of the string
Class Variable max_length The maximum number of tokens to emit before leaving this state
Instance Variable length Undocumented

Whether to munch maximally (0) or minimally (-1)