httk.core.httkobject module

class httk.core.httkobject.HttkObject[source]

Bases: object

get_codependent_data()[source]
hexhash[source]
classmethod new_from(other)[source]
to(newtype)[source]
to_tuple(use_hexhash=False)[source]
classmethod types()[source]
classmethod use(old)[source]
class httk.core.httkobject.HttkPlugin[source]

Bases: object

class httk.core.httkobject.HttkPluginPlaceholder(plugininfo=None)[source]

Bases: object

class httk.core.httkobject.HttkPluginWrapper(plugin=None)[source]

Bases: object

class httk.core.httkobject.HttkTypedProperty(property_type, fget=None, fset=None, fdel=None, doc=None)[source]

Bases: property

httk.core.httkobject.httk_typed_init(t, **kargs)[source]
httk.core.httkobject.httk_typed_init_delayed(t, **kargs)[source]
httk.core.httkobject.httk_typed_property(t)[source]
httk.core.httkobject.httk_typed_property_delayed(t)[source]
httk.core.httkobject.httk_typed_property_resolve(cls, propname)[source]