Closed rbasralian closed 9 months ago
cast
as_jobj
JPy_AsJObjectWithType
Byte
Integer
hashNegativeOne
return Py_NONE
Py_RETURN_NONE
cast
as_jobj
method to convert a Python value to a Java object of the given type. This leverages the existingJPy_AsJObjectWithType
method.Byte
instead ofInteger
)hashNegativeOne
testreturn Py_NONE
s withPy_RETURN_NONE
(for correct reference counting)