pytilities.descriptors.bounddescriptor

pytilities.descriptors.bounddescriptor.BoundDescriptor

A descriptor with an object bound to it.

It’s like bound methods, but more general.

Instead of using the passed obj, it will use its stored obj as instance for the descriptor.

Previous topic

pytilities.descriptors.attributedescriptor

Next topic

pytilities.descriptors.dereferenceddescriptor

This Page