Class k.u.p._PixbufConverter(BaseConverter):

Part of kiwi.ui.proxywidget
Undocumented
Functionas_string
Convert the value to a string using the specificed format.
Functionfrom_string
Convert a value from a string.
def as_string(self, value, format='png'):
Convert the value to a string using the specificed format.
def from_string(self, value, format='png'):
Convert a value from a string.