t.p.a.Unicode(String) : class documentation

Part of twisted.protocols.amp View Source View In Hierarchy

Known subclasses: twisted.protocols.amp.Path

Encode a unicode string on the wire as UTF-8.
Method toString Convert a Python object into a string for passing over the network.
Method fromString Convert a string to a Python object. Subclasses must implement this.

Inherited from Argument (via String):

Method __init__ Create an Argument.
Method retrieve Retrieve the given key from the given dictionary, removing it if found.
Method fromBox Populate an 'out' dictionary with mapping names to Python values decoded from an 'in' AmpBox mapping strings to string values.
Method toBox Populate an 'out' AmpBox with strings encoded from an 'in' dictionary mapping names to Python values.
Method fromStringProto Convert a string to a Python value.
Method toStringProto Convert a Python object to a string.
def toString(self, inObject): (source)
Convert a Python object into a string for passing over the network.
ParametersinObjectan object of the type that this Argument is intended to deal with.
Returnsthe wire encoding of inObject (type: str)
def fromString(self, inString): (source)
Convert a string to a Python object. Subclasses must implement this.
ParametersinStringthe string to convert. (type: str)
Returnsthe decoded value from inString
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.