We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df2dda6 + c2dc2cd commit 67c89e6Copy full SHA for 67c89e6
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/type/TypeBuiltins.java
@@ -457,6 +457,7 @@ static abstract class SubclassesNode extends PythonUnaryBuiltinNode {
457
@Child private IsSubtypeNode isSubtypeNode = IsSubtypeNode.create();
458
459
@Specialization
460
+ @TruffleBoundary
461
PList getSubclasses(PythonClass cls) {
462
// TODO: missing: keep track of subclasses
463
return factory().createList(cls.getSubClasses().toArray());
0 commit comments