descriptor definition

a descriptor is an object attribute with “binding behavior”, one whose attribute access has been overridden by methods in the descriptor protocol.

Source: How-To Guide for Descriptors

added 2012-06-01T23:02:12Z by anders

Tags: python descriptor metaprogramming