non-data descriptor defnition

Descriptors that only define get are called non-data descriptors (they are typically used for methods but other uses are possible).

Source: How-To Guide for Descriptors

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

Tags: python descriptor metaprogramming