intercom.lib package

Submodules

intercom.lib.flat_store module

class intercom.lib.flat_store.FlatStore(*args, **kwargs)

Bases: dict

setdefault(key, value=None)
update(*args, **kwargs)

intercom.lib.setter_property module

class intercom.lib.setter_property.SetterProperty(func, doc=None)

Bases: object

intercom.lib.typed_json_deserializer module

class intercom.lib.typed_json_deserializer.JsonDeserializer(json)

Bases: object

deserialize()
deserialize_collection(collection_json)
deserialize_object(object_json)

Module contents