Class PyDelegateObject
java.lang.Object
org.python.core.PyObject
com.inductiveautomation.ignition.common.script.PyDelegateObject
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthChallengeGenericErrorResultScriptWrapper
,AuthChallengeSuccessResultScriptWrapper
,PropertyTreeOwnerScriptWrapper
,PyDelegateReadOnly
,PyMethodReturnWrapper
public class PyDelegateObject
extends org.python.core.PyObject
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.python.core.PyObject
org.python.core.PyObject.ConversionException
-
Field Summary
FieldsFields inherited from class org.python.core.PyObject
attributes, gcMonitorGlobal, objtype, TYPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.python.core.PyObject
__abs__()
org.python.core.PyObject
__add__
(org.python.core.PyObject other) org.python.core.PyObject
__and__
(org.python.core.PyObject other) org.python.core.PyObject
__call__()
org.python.core.PyObject
__call__
(org.python.core.PyObject arg0) org.python.core.PyObject
__call__
(org.python.core.PyObject[] args) org.python.core.PyObject
org.python.core.PyObject
__call__
(org.python.core.PyObject arg0, org.python.core.PyObject arg1) org.python.core.PyObject
org.python.core.PyObject
__call__
(org.python.core.PyObject arg0, org.python.core.PyObject arg1, org.python.core.PyObject arg2) org.python.core.PyObject
__call__
(org.python.core.PyObject arg0, org.python.core.PyObject arg1, org.python.core.PyObject arg2, org.python.core.PyObject arg3) org.python.core.PyObject
__call__
(org.python.core.ThreadState state) org.python.core.PyObject
__call__
(org.python.core.ThreadState state, org.python.core.PyObject arg0) org.python.core.PyObject
__call__
(org.python.core.ThreadState state, org.python.core.PyObject[] args) org.python.core.PyObject
org.python.core.PyObject
__call__
(org.python.core.ThreadState state, org.python.core.PyObject arg0, org.python.core.PyObject arg1) org.python.core.PyObject
__call__
(org.python.core.ThreadState state, org.python.core.PyObject arg1, org.python.core.PyObject[] args, String[] keywords) org.python.core.PyObject
__call__
(org.python.core.ThreadState state, org.python.core.PyObject arg0, org.python.core.PyObject arg1, org.python.core.PyObject arg2) org.python.core.PyObject
__call__
(org.python.core.ThreadState state, org.python.core.PyObject arg0, org.python.core.PyObject arg1, org.python.core.PyObject arg2, org.python.core.PyObject arg3) int
__cmp__
(org.python.core.PyObject other) __coerce_ex__
(org.python.core.PyObject o) org.python.core.PyComplex
boolean
__contains__
(org.python.core.PyObject o) void
__delattr__
(String name) void
__delete__
(org.python.core.PyObject obj) void
__delitem__
(String key) void
__delitem__
(org.python.core.PyObject key) void
__delslice__
(org.python.core.PyObject start, org.python.core.PyObject stop) void
__delslice__
(org.python.core.PyObject start, org.python.core.PyObject stop, org.python.core.PyObject step) org.python.core.PyObject
__dir__()
org.python.core.PyObject
__div__
(org.python.core.PyObject other) org.python.core.PyObject
__divmod__
(org.python.core.PyObject other) void
org.python.core.PyObject
__eq__
(org.python.core.PyObject other) org.python.core.PyObject
__findattr_ex__
(String name) org.python.core.PyObject
__finditem__
(int key) org.python.core.PyObject
__finditem__
(String key) org.python.core.PyObject
__finditem__
(org.python.core.PyObject key) org.python.core.PyFloat
org.python.core.PyObject
__floordiv__
(org.python.core.PyObject other) org.python.core.PyObject
__format__
(org.python.core.PyObject formatSpec) org.python.core.PyObject
__ge__
(org.python.core.PyObject other) org.python.core.PyObject
__get__
(org.python.core.PyObject obj, org.python.core.PyObject type) org.python.core.PyObject
__getitem__
(int key) org.python.core.PyObject
__getitem__
(org.python.core.PyObject key) org.python.core.PyTuple
org.python.core.PyObject
__getslice__
(org.python.core.PyObject start, org.python.core.PyObject stop) org.python.core.PyObject
__getslice__
(org.python.core.PyObject start, org.python.core.PyObject stop, org.python.core.PyObject step) org.python.core.PyObject
__gt__
(org.python.core.PyObject other) org.python.core.PyString
__hex__()
org.python.core.PyObject
__iadd__
(org.python.core.PyObject other) org.python.core.PyObject
__iand__
(org.python.core.PyObject other) org.python.core.PyObject
__idiv__
(org.python.core.PyObject other) org.python.core.PyObject
__idivmod__
(org.python.core.PyObject other) org.python.core.PyObject
__ifloordiv__
(org.python.core.PyObject other) org.python.core.PyObject
__ilshift__
(org.python.core.PyObject other) org.python.core.PyObject
__imod__
(org.python.core.PyObject other) org.python.core.PyObject
__imul__
(org.python.core.PyObject other) org.python.core.PyObject
org.python.core.PyObject
__int__()
org.python.core.PyObject
org.python.core.PyObject
__ior__
(org.python.core.PyObject other) org.python.core.PyObject
__ipow__
(org.python.core.PyObject other) org.python.core.PyObject
__irshift__
(org.python.core.PyObject other) org.python.core.PyObject
__isub__
(org.python.core.PyObject other) org.python.core.PyObject
__iter__()
org.python.core.PyObject
org.python.core.PyObject
__itruediv__
(org.python.core.PyObject other) org.python.core.PyObject
__ixor__
(org.python.core.PyObject other) org.python.core.PyObject
__le__
(org.python.core.PyObject other) int
__len__()
org.python.core.PyObject
__long__()
org.python.core.PyObject
__lshift__
(org.python.core.PyObject other) org.python.core.PyObject
__lt__
(org.python.core.PyObject other) org.python.core.PyObject
__mod__
(org.python.core.PyObject other) org.python.core.PyObject
__mul__
(org.python.core.PyObject other) org.python.core.PyObject
__ne__
(org.python.core.PyObject other) org.python.core.PyObject
__neg__()
boolean
org.python.core.PyObject
__not__()
org.python.core.PyString
__oct__()
org.python.core.PyObject
__or__
(org.python.core.PyObject other) org.python.core.PyObject
__pos__()
org.python.core.PyObject
__pow__
(org.python.core.PyObject other) org.python.core.PyObject
__pow__
(org.python.core.PyObject o2, org.python.core.PyObject o3) org.python.core.PyObject
__radd__
(org.python.core.PyObject other) org.python.core.PyObject
__rand__
(org.python.core.PyObject other) org.python.core.PyObject
__rdiv__
(org.python.core.PyObject other) org.python.core.PyObject
__rdivmod__
(org.python.core.PyObject other) org.python.core.PyObject
org.python.core.PyObject
org.python.core.PyObject
__reduce_ex__
(int arg) org.python.core.PyString
__repr__()
org.python.core.PyObject
__rfloordiv__
(org.python.core.PyObject other) org.python.core.PyObject
__rlshift__
(org.python.core.PyObject other) org.python.core.PyObject
__rmod__
(org.python.core.PyObject other) org.python.core.PyObject
__rmul__
(org.python.core.PyObject other) org.python.core.PyObject
__ror__
(org.python.core.PyObject other) org.python.core.PyObject
__rpow__
(org.python.core.PyObject other) org.python.core.PyObject
__rrshift__
(org.python.core.PyObject other) org.python.core.PyObject
__rshift__
(org.python.core.PyObject other) org.python.core.PyObject
__rsub__
(org.python.core.PyObject other) org.python.core.PyObject
__rtruediv__
(org.python.core.PyObject other) org.python.core.PyObject
__rxor__
(org.python.core.PyObject other) void
__set__
(org.python.core.PyObject obj, org.python.core.PyObject value) void
__setattr__
(String name, org.python.core.PyObject value) void
__setitem__
(int key, org.python.core.PyObject value) void
__setitem__
(String key, org.python.core.PyObject value) void
__setitem__
(org.python.core.PyObject key, org.python.core.PyObject value) void
__setslice__
(org.python.core.PyObject start, org.python.core.PyObject stop, org.python.core.PyObject value) void
__setslice__
(org.python.core.PyObject start, org.python.core.PyObject stop, org.python.core.PyObject step, org.python.core.PyObject value) org.python.core.PyString
__str__()
org.python.core.PyObject
__sub__
(org.python.core.PyObject other) __tojava__
(Class<?> c) org.python.core.PyObject
__truediv__
(org.python.core.PyObject other) org.python.core.PyObject
org.python.core.PyUnicode
org.python.core.PyObject
__xor__
(org.python.core.PyObject other) org.python.core.PyObject
_callextra
(org.python.core.PyObject[] args, String[] keywords, org.python.core.PyObject starargs, org.python.core.PyObject kwargs) org.python.core.PyObject
_doget
(org.python.core.PyObject container) org.python.core.PyObject
_doget
(org.python.core.PyObject container, org.python.core.PyObject wherefound) boolean
_doset
(org.python.core.PyObject container, org.python.core.PyObject value) org.python.core.PyObject
_is
(org.python.core.PyObject o) org.python.core.PyObject
_isnot
(org.python.core.PyObject o) org.python.core.PyObject
org.python.core.PyObject
void
double
asDouble()
int
asIndex()
int
asIndex
(org.python.core.PyObject err) int
asInt()
int
asInt
(int index) Iterable<org.python.core.PyObject>
long
asLong()
long
asLong
(int index) asName
(int index) asString()
asString
(int index) asStringOrNull
(int index) int
org.python.core.PyObject
void
delDict()
void
delType()
void
dispatch__init__
(org.python.core.PyObject[] args, String[] keywords) boolean
org.python.core.PyObject
org.python.core.PyObject
org.python.core.PyObject
getDict()
org.python.core.PyType
getType()
int
hashCode()
boolean
boolean
boolean
org.python.core.PyObject
org.python.core.PyObject
org.python.core.PyObject
org.python.core.PyObject
org.python.core.PyObject
org.python.core.PyObject
invoke
(String name, org.python.core.PyObject arg1, org.python.core.PyObject[] args, String[] keywords) boolean
boolean
boolean
isIndex()
boolean
boolean
boolean
boolean
void
noAttributeError
(String name) void
readonlyAttributeError
(String name) void
setDict
(org.python.core.PyObject newDict) void
setType
(org.python.core.PyType type) toString()
Methods inherited from class org.python.core.PyObject
__coerce__, __delattr__, __findattr__, __findattr__, __getattr__, __getattr__, __hash__, __rawdir__, __setattr__, _add, _and, _cmp, _div, _divmod, _eq, _floordiv, _ge, _gt, _iadd, _iand, _idiv, _idivmod, _ifloordiv, _ilshift, _imod, _imul, _in, _ior, _ipow, _irshift, _isub, _itruediv, _ixor, _le, _lshift, _lt, _mod, _mul, _ne, _notin, _or, _pow, _rshift, _sub, _truediv, _unsupportedop, _xor, adaptToCoerceTuple, asName, finalize, getJavaProxy, impAttr, mergeClassDict, mergeDictAttr, mergeListAttr, object___subclasshook__, runsupportedopMessage, unsupportedopMessage
-
Field Details
-
delegate
protected final org.python.core.PyObject delegate
-
-
Constructor Details
-
PyDelegateObject
public PyDelegateObject(org.python.core.PyObject delegate)
-
-
Method Details
-
getType
public org.python.core.PyType getType()- Overrides:
getType
in classorg.python.core.PyObject
-
setType
public void setType(org.python.core.PyType type) - Overrides:
setType
in classorg.python.core.PyObject
-
delType
public void delType()- Overrides:
delType
in classorg.python.core.PyObject
-
fastGetClass
public org.python.core.PyObject fastGetClass()- Overrides:
fastGetClass
in classorg.python.core.PyObject
-
dispatch__init__
- Overrides:
dispatch__init__
in classorg.python.core.PyObject
-
__repr__
public org.python.core.PyString __repr__()- Overrides:
__repr__
in classorg.python.core.PyObject
-
toString
- Overrides:
toString
in classorg.python.core.PyObject
-
__str__
public org.python.core.PyString __str__()- Overrides:
__str__
in classorg.python.core.PyObject
-
__ensure_finalizer__
public void __ensure_finalizer__()- Overrides:
__ensure_finalizer__
in classorg.python.core.PyObject
-
__unicode__
public org.python.core.PyUnicode __unicode__()- Overrides:
__unicode__
in classorg.python.core.PyObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.python.core.PyObject
-
equals
- Overrides:
equals
in classorg.python.core.PyObject
-
__nonzero__
public boolean __nonzero__()- Overrides:
__nonzero__
in classorg.python.core.PyObject
-
__tojava__
- Overrides:
__tojava__
in classorg.python.core.PyObject
-
__call__
- Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.ThreadState state, org.python.core.PyObject[] args, String[] keywords) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.PyObject arg1, org.python.core.PyObject[] args, String[] keywords) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.ThreadState state, org.python.core.PyObject arg1, org.python.core.PyObject[] args, String[] keywords) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.PyObject[] args) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.ThreadState state, org.python.core.PyObject[] args) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__()- Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.ThreadState state) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.PyObject arg0) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.ThreadState state, org.python.core.PyObject arg0) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.PyObject arg0, org.python.core.PyObject arg1) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.ThreadState state, org.python.core.PyObject arg0, org.python.core.PyObject arg1) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.PyObject arg0, org.python.core.PyObject arg1, org.python.core.PyObject arg2) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.ThreadState state, org.python.core.PyObject arg0, org.python.core.PyObject arg1, org.python.core.PyObject arg2) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.PyObject arg0, org.python.core.PyObject arg1, org.python.core.PyObject arg2, org.python.core.PyObject arg3) - Overrides:
__call__
in classorg.python.core.PyObject
-
__call__
public org.python.core.PyObject __call__(org.python.core.ThreadState state, org.python.core.PyObject arg0, org.python.core.PyObject arg1, org.python.core.PyObject arg2, org.python.core.PyObject arg3) - Overrides:
__call__
in classorg.python.core.PyObject
-
_callextra
public org.python.core.PyObject _callextra(org.python.core.PyObject[] args, String[] keywords, org.python.core.PyObject starargs, org.python.core.PyObject kwargs) - Overrides:
_callextra
in classorg.python.core.PyObject
-
isCallable
public boolean isCallable()- Overrides:
isCallable
in classorg.python.core.PyObject
-
isNumberType
public boolean isNumberType()- Overrides:
isNumberType
in classorg.python.core.PyObject
-
isMappingType
public boolean isMappingType()- Overrides:
isMappingType
in classorg.python.core.PyObject
-
isSequenceType
public boolean isSequenceType()- Overrides:
isSequenceType
in classorg.python.core.PyObject
-
isInteger
public boolean isInteger()- Overrides:
isInteger
in classorg.python.core.PyObject
-
isIndex
public boolean isIndex()- Overrides:
isIndex
in classorg.python.core.PyObject
-
__len__
public int __len__()- Overrides:
__len__
in classorg.python.core.PyObject
-
__finditem__
public org.python.core.PyObject __finditem__(org.python.core.PyObject key) - Overrides:
__finditem__
in classorg.python.core.PyObject
-
__finditem__
public org.python.core.PyObject __finditem__(int key) - Overrides:
__finditem__
in classorg.python.core.PyObject
-
__finditem__
- Overrides:
__finditem__
in classorg.python.core.PyObject
-
__getitem__
public org.python.core.PyObject __getitem__(int key) - Overrides:
__getitem__
in classorg.python.core.PyObject
-
__getitem__
public org.python.core.PyObject __getitem__(org.python.core.PyObject key) - Overrides:
__getitem__
in classorg.python.core.PyObject
-
__setitem__
public void __setitem__(org.python.core.PyObject key, org.python.core.PyObject value) - Overrides:
__setitem__
in classorg.python.core.PyObject
-
__setitem__
- Overrides:
__setitem__
in classorg.python.core.PyObject
-
__setitem__
public void __setitem__(int key, org.python.core.PyObject value) - Overrides:
__setitem__
in classorg.python.core.PyObject
-
__delitem__
public void __delitem__(org.python.core.PyObject key) - Overrides:
__delitem__
in classorg.python.core.PyObject
-
__delitem__
- Overrides:
__delitem__
in classorg.python.core.PyObject
-
__getslice__
public org.python.core.PyObject __getslice__(org.python.core.PyObject start, org.python.core.PyObject stop, org.python.core.PyObject step) - Overrides:
__getslice__
in classorg.python.core.PyObject
-
__setslice__
public void __setslice__(org.python.core.PyObject start, org.python.core.PyObject stop, org.python.core.PyObject step, org.python.core.PyObject value) - Overrides:
__setslice__
in classorg.python.core.PyObject
-
__delslice__
public void __delslice__(org.python.core.PyObject start, org.python.core.PyObject stop, org.python.core.PyObject step) - Overrides:
__delslice__
in classorg.python.core.PyObject
-
__getslice__
public org.python.core.PyObject __getslice__(org.python.core.PyObject start, org.python.core.PyObject stop) - Overrides:
__getslice__
in classorg.python.core.PyObject
-
__setslice__
public void __setslice__(org.python.core.PyObject start, org.python.core.PyObject stop, org.python.core.PyObject value) - Overrides:
__setslice__
in classorg.python.core.PyObject
-
__delslice__
public void __delslice__(org.python.core.PyObject start, org.python.core.PyObject stop) - Overrides:
__delslice__
in classorg.python.core.PyObject
-
__iter__
public org.python.core.PyObject __iter__()- Overrides:
__iter__
in classorg.python.core.PyObject
-
asIterable
- Overrides:
asIterable
in classorg.python.core.PyObject
-
__iternext__
public org.python.core.PyObject __iternext__()- Overrides:
__iternext__
in classorg.python.core.PyObject
-
__findattr_ex__
- Overrides:
__findattr_ex__
in classorg.python.core.PyObject
-
noAttributeError
- Overrides:
noAttributeError
in classorg.python.core.PyObject
-
readonlyAttributeError
- Overrides:
readonlyAttributeError
in classorg.python.core.PyObject
-
__setattr__
- Overrides:
__setattr__
in classorg.python.core.PyObject
-
__delattr__
- Overrides:
__delattr__
in classorg.python.core.PyObject
-
__dir__
public org.python.core.PyObject __dir__()- Overrides:
__dir__
in classorg.python.core.PyObject
-
_doget
public org.python.core.PyObject _doget(org.python.core.PyObject container) - Overrides:
_doget
in classorg.python.core.PyObject
-
_doget
public org.python.core.PyObject _doget(org.python.core.PyObject container, org.python.core.PyObject wherefound) - Overrides:
_doget
in classorg.python.core.PyObject
-
_doset
public boolean _doset(org.python.core.PyObject container, org.python.core.PyObject value) - Overrides:
_doset
in classorg.python.core.PyObject
-
__coerce_ex__
- Overrides:
__coerce_ex__
in classorg.python.core.PyObject
-
__cmp__
public int __cmp__(org.python.core.PyObject other) - Overrides:
__cmp__
in classorg.python.core.PyObject
-
__eq__
public org.python.core.PyObject __eq__(org.python.core.PyObject other) - Overrides:
__eq__
in classorg.python.core.PyObject
-
__ne__
public org.python.core.PyObject __ne__(org.python.core.PyObject other) - Overrides:
__ne__
in classorg.python.core.PyObject
-
__le__
public org.python.core.PyObject __le__(org.python.core.PyObject other) - Overrides:
__le__
in classorg.python.core.PyObject
-
__lt__
public org.python.core.PyObject __lt__(org.python.core.PyObject other) - Overrides:
__lt__
in classorg.python.core.PyObject
-
__ge__
public org.python.core.PyObject __ge__(org.python.core.PyObject other) - Overrides:
__ge__
in classorg.python.core.PyObject
-
__gt__
public org.python.core.PyObject __gt__(org.python.core.PyObject other) - Overrides:
__gt__
in classorg.python.core.PyObject
-
_is
public org.python.core.PyObject _is(org.python.core.PyObject o) - Overrides:
_is
in classorg.python.core.PyObject
-
_isnot
public org.python.core.PyObject _isnot(org.python.core.PyObject o) - Overrides:
_isnot
in classorg.python.core.PyObject
-
__contains__
public boolean __contains__(org.python.core.PyObject o) - Overrides:
__contains__
in classorg.python.core.PyObject
-
__format__
public org.python.core.PyObject __format__(org.python.core.PyObject formatSpec) - Overrides:
__format__
in classorg.python.core.PyObject
-
__not__
public org.python.core.PyObject __not__()- Overrides:
__not__
in classorg.python.core.PyObject
-
__hex__
public org.python.core.PyString __hex__()- Overrides:
__hex__
in classorg.python.core.PyObject
-
__oct__
public org.python.core.PyString __oct__()- Overrides:
__oct__
in classorg.python.core.PyObject
-
__int__
public org.python.core.PyObject __int__()- Overrides:
__int__
in classorg.python.core.PyObject
-
__long__
public org.python.core.PyObject __long__()- Overrides:
__long__
in classorg.python.core.PyObject
-
__float__
public org.python.core.PyFloat __float__()- Overrides:
__float__
in classorg.python.core.PyObject
-
__complex__
public org.python.core.PyComplex __complex__()- Overrides:
__complex__
in classorg.python.core.PyObject
-
__trunc__
public org.python.core.PyObject __trunc__()- Overrides:
__trunc__
in classorg.python.core.PyObject
-
conjugate
public org.python.core.PyObject conjugate()- Overrides:
conjugate
in classorg.python.core.PyObject
-
bit_length
public int bit_length()- Overrides:
bit_length
in classorg.python.core.PyObject
-
__pos__
public org.python.core.PyObject __pos__()- Overrides:
__pos__
in classorg.python.core.PyObject
-
__neg__
public org.python.core.PyObject __neg__()- Overrides:
__neg__
in classorg.python.core.PyObject
-
__abs__
public org.python.core.PyObject __abs__()- Overrides:
__abs__
in classorg.python.core.PyObject
-
__invert__
public org.python.core.PyObject __invert__()- Overrides:
__invert__
in classorg.python.core.PyObject
-
__index__
public org.python.core.PyObject __index__()- Overrides:
__index__
in classorg.python.core.PyObject
-
__pow__
public org.python.core.PyObject __pow__(org.python.core.PyObject o2, org.python.core.PyObject o3) - Overrides:
__pow__
in classorg.python.core.PyObject
-
__add__
public org.python.core.PyObject __add__(org.python.core.PyObject other) - Overrides:
__add__
in classorg.python.core.PyObject
-
__radd__
public org.python.core.PyObject __radd__(org.python.core.PyObject other) - Overrides:
__radd__
in classorg.python.core.PyObject
-
__iadd__
public org.python.core.PyObject __iadd__(org.python.core.PyObject other) - Overrides:
__iadd__
in classorg.python.core.PyObject
-
__sub__
public org.python.core.PyObject __sub__(org.python.core.PyObject other) - Overrides:
__sub__
in classorg.python.core.PyObject
-
__rsub__
public org.python.core.PyObject __rsub__(org.python.core.PyObject other) - Overrides:
__rsub__
in classorg.python.core.PyObject
-
__isub__
public org.python.core.PyObject __isub__(org.python.core.PyObject other) - Overrides:
__isub__
in classorg.python.core.PyObject
-
__mul__
public org.python.core.PyObject __mul__(org.python.core.PyObject other) - Overrides:
__mul__
in classorg.python.core.PyObject
-
__rmul__
public org.python.core.PyObject __rmul__(org.python.core.PyObject other) - Overrides:
__rmul__
in classorg.python.core.PyObject
-
__imul__
public org.python.core.PyObject __imul__(org.python.core.PyObject other) - Overrides:
__imul__
in classorg.python.core.PyObject
-
__div__
public org.python.core.PyObject __div__(org.python.core.PyObject other) - Overrides:
__div__
in classorg.python.core.PyObject
-
__rdiv__
public org.python.core.PyObject __rdiv__(org.python.core.PyObject other) - Overrides:
__rdiv__
in classorg.python.core.PyObject
-
__idiv__
public org.python.core.PyObject __idiv__(org.python.core.PyObject other) - Overrides:
__idiv__
in classorg.python.core.PyObject
-
__floordiv__
public org.python.core.PyObject __floordiv__(org.python.core.PyObject other) - Overrides:
__floordiv__
in classorg.python.core.PyObject
-
__rfloordiv__
public org.python.core.PyObject __rfloordiv__(org.python.core.PyObject other) - Overrides:
__rfloordiv__
in classorg.python.core.PyObject
-
__ifloordiv__
public org.python.core.PyObject __ifloordiv__(org.python.core.PyObject other) - Overrides:
__ifloordiv__
in classorg.python.core.PyObject
-
__truediv__
public org.python.core.PyObject __truediv__(org.python.core.PyObject other) - Overrides:
__truediv__
in classorg.python.core.PyObject
-
__rtruediv__
public org.python.core.PyObject __rtruediv__(org.python.core.PyObject other) - Overrides:
__rtruediv__
in classorg.python.core.PyObject
-
__itruediv__
public org.python.core.PyObject __itruediv__(org.python.core.PyObject other) - Overrides:
__itruediv__
in classorg.python.core.PyObject
-
__mod__
public org.python.core.PyObject __mod__(org.python.core.PyObject other) - Overrides:
__mod__
in classorg.python.core.PyObject
-
__rmod__
public org.python.core.PyObject __rmod__(org.python.core.PyObject other) - Overrides:
__rmod__
in classorg.python.core.PyObject
-
__imod__
public org.python.core.PyObject __imod__(org.python.core.PyObject other) - Overrides:
__imod__
in classorg.python.core.PyObject
-
__divmod__
public org.python.core.PyObject __divmod__(org.python.core.PyObject other) - Overrides:
__divmod__
in classorg.python.core.PyObject
-
__rdivmod__
public org.python.core.PyObject __rdivmod__(org.python.core.PyObject other) - Overrides:
__rdivmod__
in classorg.python.core.PyObject
-
__idivmod__
public org.python.core.PyObject __idivmod__(org.python.core.PyObject other) - Overrides:
__idivmod__
in classorg.python.core.PyObject
-
__pow__
public org.python.core.PyObject __pow__(org.python.core.PyObject other) - Overrides:
__pow__
in classorg.python.core.PyObject
-
__rpow__
public org.python.core.PyObject __rpow__(org.python.core.PyObject other) - Overrides:
__rpow__
in classorg.python.core.PyObject
-
__ipow__
public org.python.core.PyObject __ipow__(org.python.core.PyObject other) - Overrides:
__ipow__
in classorg.python.core.PyObject
-
__lshift__
public org.python.core.PyObject __lshift__(org.python.core.PyObject other) - Overrides:
__lshift__
in classorg.python.core.PyObject
-
__rlshift__
public org.python.core.PyObject __rlshift__(org.python.core.PyObject other) - Overrides:
__rlshift__
in classorg.python.core.PyObject
-
__ilshift__
public org.python.core.PyObject __ilshift__(org.python.core.PyObject other) - Overrides:
__ilshift__
in classorg.python.core.PyObject
-
__rshift__
public org.python.core.PyObject __rshift__(org.python.core.PyObject other) - Overrides:
__rshift__
in classorg.python.core.PyObject
-
__rrshift__
public org.python.core.PyObject __rrshift__(org.python.core.PyObject other) - Overrides:
__rrshift__
in classorg.python.core.PyObject
-
__irshift__
public org.python.core.PyObject __irshift__(org.python.core.PyObject other) - Overrides:
__irshift__
in classorg.python.core.PyObject
-
__and__
public org.python.core.PyObject __and__(org.python.core.PyObject other) - Overrides:
__and__
in classorg.python.core.PyObject
-
__rand__
public org.python.core.PyObject __rand__(org.python.core.PyObject other) - Overrides:
__rand__
in classorg.python.core.PyObject
-
__iand__
public org.python.core.PyObject __iand__(org.python.core.PyObject other) - Overrides:
__iand__
in classorg.python.core.PyObject
-
__or__
public org.python.core.PyObject __or__(org.python.core.PyObject other) - Overrides:
__or__
in classorg.python.core.PyObject
-
__ror__
public org.python.core.PyObject __ror__(org.python.core.PyObject other) - Overrides:
__ror__
in classorg.python.core.PyObject
-
__ior__
public org.python.core.PyObject __ior__(org.python.core.PyObject other) - Overrides:
__ior__
in classorg.python.core.PyObject
-
__xor__
public org.python.core.PyObject __xor__(org.python.core.PyObject other) - Overrides:
__xor__
in classorg.python.core.PyObject
-
__rxor__
public org.python.core.PyObject __rxor__(org.python.core.PyObject other) - Overrides:
__rxor__
in classorg.python.core.PyObject
-
__ixor__
public org.python.core.PyObject __ixor__(org.python.core.PyObject other) - Overrides:
__ixor__
in classorg.python.core.PyObject
-
_jcallexc
- Overrides:
_jcallexc
in classorg.python.core.PyObject
- Throws:
Throwable
-
_jthrow
- Overrides:
_jthrow
in classorg.python.core.PyObject
-
_jcall
- Overrides:
_jcall
in classorg.python.core.PyObject
-
invoke
public org.python.core.PyObject invoke(String name, org.python.core.PyObject[] args, String[] keywords) - Overrides:
invoke
in classorg.python.core.PyObject
-
invoke
- Overrides:
invoke
in classorg.python.core.PyObject
-
invoke
- Overrides:
invoke
in classorg.python.core.PyObject
-
invoke
- Overrides:
invoke
in classorg.python.core.PyObject
-
invoke
public org.python.core.PyObject invoke(String name, org.python.core.PyObject arg1, org.python.core.PyObject arg2) - Overrides:
invoke
in classorg.python.core.PyObject
-
invoke
public org.python.core.PyObject invoke(String name, org.python.core.PyObject arg1, org.python.core.PyObject[] args, String[] keywords) - Overrides:
invoke
in classorg.python.core.PyObject
-
fastGetDict
public org.python.core.PyObject fastGetDict()- Overrides:
fastGetDict
in classorg.python.core.PyObject
-
getDict
public org.python.core.PyObject getDict()- Overrides:
getDict
in classorg.python.core.PyObject
-
setDict
public void setDict(org.python.core.PyObject newDict) - Overrides:
setDict
in classorg.python.core.PyObject
-
delDict
public void delDict()- Overrides:
delDict
in classorg.python.core.PyObject
-
implementsDescrGet
public boolean implementsDescrGet()- Overrides:
implementsDescrGet
in classorg.python.core.PyObject
-
implementsDescrSet
public boolean implementsDescrSet()- Overrides:
implementsDescrSet
in classorg.python.core.PyObject
-
implementsDescrDelete
public boolean implementsDescrDelete()- Overrides:
implementsDescrDelete
in classorg.python.core.PyObject
-
isDataDescr
public boolean isDataDescr()- Overrides:
isDataDescr
in classorg.python.core.PyObject
-
__get__
public org.python.core.PyObject __get__(org.python.core.PyObject obj, org.python.core.PyObject type) - Overrides:
__get__
in classorg.python.core.PyObject
-
__set__
public void __set__(org.python.core.PyObject obj, org.python.core.PyObject value) - Overrides:
__set__
in classorg.python.core.PyObject
-
__delete__
public void __delete__(org.python.core.PyObject obj) - Overrides:
__delete__
in classorg.python.core.PyObject
-
__reduce__
public org.python.core.PyObject __reduce__()- Overrides:
__reduce__
in classorg.python.core.PyObject
-
__reduce_ex__
public org.python.core.PyObject __reduce_ex__(int arg) - Overrides:
__reduce_ex__
in classorg.python.core.PyObject
-
__reduce_ex__
public org.python.core.PyObject __reduce_ex__()- Overrides:
__reduce_ex__
in classorg.python.core.PyObject
-
__getnewargs__
public org.python.core.PyTuple __getnewargs__()- Overrides:
__getnewargs__
in classorg.python.core.PyObject
-
asString
- Overrides:
asString
in classorg.python.core.PyObject
- Throws:
org.python.core.PyObject.ConversionException
-
asString
- Overrides:
asString
in classorg.python.core.PyObject
-
asStringOrNull
- Overrides:
asStringOrNull
in classorg.python.core.PyObject
- Throws:
org.python.core.PyObject.ConversionException
-
asStringOrNull
- Overrides:
asStringOrNull
in classorg.python.core.PyObject
-
asName
- Overrides:
asName
in classorg.python.core.PyObject
- Throws:
org.python.core.PyObject.ConversionException
-
asInt
public int asInt(int index) throws org.python.core.PyObject.ConversionException - Overrides:
asInt
in classorg.python.core.PyObject
- Throws:
org.python.core.PyObject.ConversionException
-
asInt
public int asInt()- Overrides:
asInt
in classorg.python.core.PyObject
-
asLong
public long asLong(int index) throws org.python.core.PyObject.ConversionException - Overrides:
asLong
in classorg.python.core.PyObject
- Throws:
org.python.core.PyObject.ConversionException
-
asLong
public long asLong()- Overrides:
asLong
in classorg.python.core.PyObject
-
asDouble
public double asDouble()- Overrides:
asDouble
in classorg.python.core.PyObject
-
asIndex
public int asIndex()- Overrides:
asIndex
in classorg.python.core.PyObject
-
asIndex
public int asIndex(org.python.core.PyObject err) - Overrides:
asIndex
in classorg.python.core.PyObject
-