protected static class PyType.Constant
extends java.lang.Object
PyTypes that we use repeatedly in the logic of
PyType and PyJavaType. This avoids repeated calls to
PyType.fromClass(Class). The inner class pattern ensures they can be constructed
before PyType is initialised, and a unique instance of type(type)
exists for PyType.PyType(Class) to use.| Modifier | Constructor and Description |
|---|---|
protected |
Constant() |