descriptors are invoked by the __getattribute__ method

overriding __getattribute__ prevents automatic descriptor calls

Source: How-To Guide for Descriptors

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

Tags: python descriptor metaprogramming