org.python.core

Class PyNone

public class PyNone extends PyObject implements Serializable

A class representing the singleton None object,
Field Summary
static Stringexposed_name
Method Summary
StringasStringOrNull(int index)
booleanisMappingType()
booleanisNumberType()
booleanisSequenceType()
StringtoString()
static voidtypeSetup(PyObject dict, PyType.Newstyle marker)
boolean__nonzero__()
Object__tojava__(Class c)

Field Detail

exposed_name

public static final String exposed_name

Method Detail

asStringOrNull

public String asStringOrNull(int index)

isMappingType

public boolean isMappingType()

isNumberType

public boolean isNumberType()

isSequenceType

public boolean isSequenceType()

toString

public String toString()

typeSetup

public static void typeSetup(PyObject dict, PyType.Newstyle marker)

__nonzero__

public boolean __nonzero__()

__tojava__

public Object __tojava__(Class c)