org.python.core
public class PyNone extends PyObject implements Serializable
| Field Summary | |
|---|---|
| static String | exposed_name |
| Method Summary | |
|---|---|
| String | asStringOrNull(int index) |
| boolean | isMappingType() |
| boolean | isNumberType() |
| boolean | isSequenceType() |
| String | toString() |
| static void | typeSetup(PyObject dict, PyType.Newstyle marker) |
| boolean | __nonzero__() |
| Object | __tojava__(Class c) |