Package org.python.modules
Class gc.CycleMarkAttr
- java.lang.Object
-
- org.python.modules.gc.CycleMarkAttr
-
- Enclosing class:
- gc
public static class gc.CycleMarkAttr extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
monitored
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCyclic()
boolean
isUncollectable()
void
setFlags(boolean cyclic, boolean uncollectable)
-