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.
1 parent df2dda6 commit c2dc2cdCopy full SHA for c2dc2cd
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