Searched refs:superclasses (Results 1 – 19 of 19) sorted by relevance
43 superclasses = [] # Loop will insert base exception64 superclasses.append((last_depth, last_exc))66 while superclasses[-1][0] >= depth:67 superclasses.pop()68 self.assertTrue(issubclass(exc, superclasses[-1][1]),70 superclasses[-1][1].__name__))
158 json::Array superclasses; in run() local160 superclasses.push_back(SuperPair.first->getNameInitAsString()); in run()161 obj["!superclasses"] = std::move(superclasses); in run()
231 …tation_header *)(const struct any_##rootclassname##_representation *)(obj))->vtable->superclasses \
35 abstracted into superclasses like videofilter.)
27 superclasses = [] variable in InheritanceTests30 self.superclasses = [getattr(self.abc, class_name)41 assert self.subclasses or self.superclasses, self.__class__52 for superclass in self.superclasses:
154 superclasses but which are not discoverable by :func:`readmodule_ex`
351 This function assumes that *cls*'s superclasses are already updated.
294 declared in the class *or its superclasses*. Meaning that if a
1994 to methods defined in its superclasses or subclasses).
19 // subclasses to partially override the predicates of their superclasses without
110 // `MaterialLocalizationZhHant`). Their superclasses are the aforementioned115 // `MaterialLocalizationEnGb`). Their superclasses are the aforementioned
270 // root superclasses don't include any interesting information for this
333 // Fields inherited from superclasses *can* have non-constant offsets,
188 gst-libs/gst/audio/midi/ (for the defines and superclasses).
290 to get at a class's superclasses without having to reimplement Python's
3535 !~S\ ~S\:\ expecting\ list\ of\ superclasses\ instead\ of\ ~S=
4810 msgid "~S ~S: expecting list of superclasses instead of ~S"
5268 msgid "~S ~S: expecting list of superclasses instead of ~S"
126105 as having two arguments instead of just one. Allows superclasses