pytilities.descriptors.attributedescriptor

pytilities.descriptors.attributedescriptor.AttributeDescriptor(attr_name)

Construct a wrapper that makes an attribute look like a descriptor.

The descriptor supports all access (get, set, del).

Parameters:attr_name (string) – Name of the attribute to get

Previous topic

pytilities.descriptors

Next topic

pytilities.descriptors.bounddescriptor

This Page