Ok I\'m stumped again! This should be easy though ;-)
I\'m trying to subclass the pytables class tables.IsDefinition, as follows:
tables.IsDefinition
import tab
In case anyone else lands here, the answer is that IsDescription is a "metaclass". More information can be found on this thread
IsDescription