t.s.j._Unjellier : class documentation

Part of twisted.spread.jelly View Source View In Hierarchy

No class docstring
Method __init__ Undocumented
Method unjellyFull Undocumented
Method unjelly Undocumented
Method unjellyInto Undocumented
Method _unjelly_None Undocumented
Method _unjelly_unicode Undocumented
Method _unjelly_decimal Unjelly decimal objects, if decimal is available. If not, return a Unpersistable object instead.
Method _unjelly_boolean Undocumented
Method _unjelly_datetime Undocumented
Method _unjelly_date Undocumented
Method _unjelly_time Undocumented
Method _unjelly_timedelta Undocumented
Method _unjelly_dereference Undocumented
Method _unjelly_reference Undocumented
Method _unjelly_tuple Undocumented
Method _unjelly_list Undocumented
Method _unjellySetOrFrozenset Helper method to unjelly set or frozenset.
Method _unjelly_set Unjelly set using either the set builtin if available, or sets.Set as fallback.
Method _unjelly_frozenset Unjelly frozenset using either the frozenset builtin if available, or sets.ImmutableSet as fallback.
Method _unjelly_dictionary Undocumented
Method _unjelly_module Undocumented
Method _unjelly_class Undocumented
Method _unjelly_function Undocumented
Method _unjelly_persistent Undocumented
Method _unjelly_instance Undocumented
Method _unjelly_unpersistable Undocumented
Method _unjelly_method (internal) Unjelly a method.
def __init__(self, taster, persistentLoad, invoker): (source)
Undocumented
def unjellyFull(self, obj): (source)
Undocumented
def unjelly(self, obj): (source)
Undocumented
def _unjelly_None(self, exp): (source)
Undocumented
def _unjelly_unicode(self, exp): (source)
Undocumented
def _unjelly_decimal(self, exp): (source)
Unjelly decimal objects, if decimal is available. If not, return a Unpersistable object instead.
def _unjelly_boolean(self, exp): (source)
Undocumented
def _unjelly_datetime(self, exp): (source)
Undocumented
def _unjelly_date(self, exp): (source)
Undocumented
def _unjelly_time(self, exp): (source)
Undocumented
def _unjelly_timedelta(self, exp): (source)
Undocumented
def unjellyInto(self, obj, loc, jel): (source)
Undocumented
def _unjelly_dereference(self, lst): (source)
Undocumented
def _unjelly_reference(self, lst): (source)
Undocumented
def _unjelly_tuple(self, lst): (source)
Undocumented
def _unjelly_list(self, lst): (source)
Undocumented
def _unjellySetOrFrozenset(self, lst, containerType): (source)
Helper method to unjelly set or frozenset.
Parameterslstthe content of the set. (type: list )
containerTypethe type of set to use.
def _unjelly_set(self, lst): (source)
Unjelly set using either the set builtin if available, or sets.Set as fallback.
def _unjelly_frozenset(self, lst): (source)
Unjelly frozenset using either the frozenset builtin if available, or sets.ImmutableSet as fallback.
def _unjelly_dictionary(self, lst): (source)
Undocumented
def _unjelly_module(self, rest): (source)
Undocumented
def _unjelly_class(self, rest): (source)
Undocumented
def _unjelly_function(self, rest): (source)
Undocumented
def _unjelly_persistent(self, rest): (source)
Undocumented
def _unjelly_instance(self, rest): (source)
Undocumented
def _unjelly_unpersistable(self, rest): (source)
Undocumented
def _unjelly_method(self, rest): (source)
(internal) Unjelly a method.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.