[13:32]<oberhamsi> HopObject A extends B and C. how do i get (programmatically) the list of HopObjects which A extends? [13:32]<oberhamsi> (i only have the constructor of A, no instances, if that makes a difference) [13:48]<oberhamsi> ^^ k, of course A can't extend from two protos. so simply said: [13:49]<oberhamsi> howto find out which protos a certain proto _extends