Is there a way to implement a schema with multiple inheritance using ndb?Example: Class C has two ancestors/base classes, Class A and Class B (A and B are not related). And then query Class C objects as either children of Class A (ex: C.query(ancestor=aObject)) or Class B(C.query(ancestor=bObject)).
--
You received this message because you are subscribed to the Google Groups "appengine-ndb-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appengine-ndb-di...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.