org.virbo.jythonsupport
Class PyQDataSet

java.lang.Object
  extended by org.python.core.PyObject
      extended by org.python.core.PyInstance
          extended by org.python.core.PyJavaInstance
              extended by org.virbo.jythonsupport.PyQDataSet
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class PyQDataSet
extends org.python.core.PyJavaInstance

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.python.core.PyObject
org.python.core.PyObject.ConversionException
 
Field Summary
 
Fields inherited from class org.python.core.PyInstance
__dict__, instclass
 
Fields inherited from class org.python.core.PyObject
exposed_name
 
Method Summary
 org.python.core.PyObject __abs__()
           
 PyQDataSet __add__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __and__(org.python.core.PyObject arg0)
           
 java.lang.Object __coerce_ex__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __div__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __eq__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __floordiv__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __ge__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __getitem__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __gt__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __invert__()
           
 org.python.core.PyObject __iter__()
           
 org.python.core.PyObject __le__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __lt__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __mod__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __mul__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __ne__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __neg__()
           
 org.python.core.PyObject __or__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __pos__()
           
 org.python.core.PyObject __pow__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __radd__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __rand__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __rdiv__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __rfloordiv__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __rmod__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __rmul__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __ror__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __rpow__(org.python.core.PyObject arg0)
           
 org.python.core.PyObject __rsub__(org.python.core.PyObject arg0)
           
 void __setitem__(org.python.core.PyObject arg0, org.python.core.PyObject arg1)
           
 org.python.core.PyObject __sub__(org.python.core.PyObject arg0)
           
 
Methods inherited from class org.python.core.PyJavaInstance
__cmp__, __delattr__, __init__, __repr__, __str__, _is, _isnot, hashCode, noField, readExternal, unassignableField, writeExternal
 
Methods inherited from class org.python.core.PyInstance
__call__, __complex__, __contains__, __delitem__, __divmod__, __findattr__, __findattr__, __finditem__, __finditem__, __float__, __hex__, __iadd__, __iand__, __idiv__, __ifloordiv__, __ilshift__, __imod__, __imul__, __int__, __ior__, __ipow__, __irshift__, __isub__, __iternext__, __itruediv__, __ixor__, __jfindattr__, __len__, __long__, __lshift__, __nonzero__, __oct__, __rdivmod__, __rlshift__, __rrshift__, __rshift__, __rtruediv__, __rxor__, __setattr__, __tojava__, __truediv__, __unicode__, __xor__, fastGetClass, ifindclass, ifindfunction, ifindlocal, invoke_ex, invoke_ex, invoke_ex, invoke_ex, invoke, invoke, invoke, makeProxy
 
Methods inherited from class org.python.core.PyObject
__call__, __call__, __call__, __call__, __call__, __call__, __call__, __coerce__, __delattr__, __delete__, __delitem__, __delslice__, __delslice__, __dir__, __findattr__, __finditem__, __get__, __getattr__, __getattr__, __getitem__, __getnewargs__, __getslice__, __getslice__, __hash__, __idivmod__, __not__, __pow__, __rawdir__, __reduce__, __set__, __setattr__, __setitem__, __setitem__, __setslice__, __setslice__, _add, _and, _callextra, _cmp, _div, _divmod, _doget, _doget, _doset, _eq, _floordiv, _ge, _gt, _in, _jcall, _jcallexc, _jthrow, _le, _lshift, _lt, _mod, _mul, _ne, _notin, _or, _pow, _rshift, _sub, _truediv, _unsupportedop, _xor, addKeys, asInt, asLong, asName, asString, asStringOrNull, delDict, delType, dispatch__init__, equals, fastGetDict, getDict, getDoc, getType, impAttr, implementsDescrDelete, implementsDescrSet, invoke, invoke, isCallable, isDataDescr, isMappingType, isNumberType, isSequenceType, noAttributeError, readonlyAttributeError, runsupportedopMessage, safeRepr, setDict, setType, toString, typeSetup, unsupportedopMessage
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

__add__

public PyQDataSet __add__(org.python.core.PyObject arg0)
Overrides:
__add__ in class org.python.core.PyInstance

__radd__

public org.python.core.PyObject __radd__(org.python.core.PyObject arg0)
Overrides:
__radd__ in class org.python.core.PyInstance

__sub__

public org.python.core.PyObject __sub__(org.python.core.PyObject arg0)
Overrides:
__sub__ in class org.python.core.PyInstance

__rsub__

public org.python.core.PyObject __rsub__(org.python.core.PyObject arg0)
Overrides:
__rsub__ in class org.python.core.PyInstance

__mul__

public org.python.core.PyObject __mul__(org.python.core.PyObject arg0)
Overrides:
__mul__ in class org.python.core.PyInstance

__rmul__

public org.python.core.PyObject __rmul__(org.python.core.PyObject arg0)
Overrides:
__rmul__ in class org.python.core.PyInstance

__div__

public org.python.core.PyObject __div__(org.python.core.PyObject arg0)
Overrides:
__div__ in class org.python.core.PyInstance

__rdiv__

public org.python.core.PyObject __rdiv__(org.python.core.PyObject arg0)
Overrides:
__rdiv__ in class org.python.core.PyInstance

__floordiv__

public org.python.core.PyObject __floordiv__(org.python.core.PyObject arg0)
Overrides:
__floordiv__ in class org.python.core.PyInstance

__mod__

public org.python.core.PyObject __mod__(org.python.core.PyObject arg0)
Overrides:
__mod__ in class org.python.core.PyInstance

__rfloordiv__

public org.python.core.PyObject __rfloordiv__(org.python.core.PyObject arg0)
Overrides:
__rfloordiv__ in class org.python.core.PyInstance

__rmod__

public org.python.core.PyObject __rmod__(org.python.core.PyObject arg0)
Overrides:
__rmod__ in class org.python.core.PyInstance

__pos__

public org.python.core.PyObject __pos__()
Overrides:
__pos__ in class org.python.core.PyInstance

__neg__

public org.python.core.PyObject __neg__()
Overrides:
__neg__ in class org.python.core.PyInstance

__abs__

public org.python.core.PyObject __abs__()
Overrides:
__abs__ in class org.python.core.PyInstance

__pow__

public org.python.core.PyObject __pow__(org.python.core.PyObject arg0)
Overrides:
__pow__ in class org.python.core.PyInstance

__rpow__

public org.python.core.PyObject __rpow__(org.python.core.PyObject arg0)
Overrides:
__rpow__ in class org.python.core.PyInstance

__eq__

public org.python.core.PyObject __eq__(org.python.core.PyObject arg0)
Overrides:
__eq__ in class org.python.core.PyInstance

__gt__

public org.python.core.PyObject __gt__(org.python.core.PyObject arg0)
Overrides:
__gt__ in class org.python.core.PyInstance

__ge__

public org.python.core.PyObject __ge__(org.python.core.PyObject arg0)
Overrides:
__ge__ in class org.python.core.PyInstance

__le__

public org.python.core.PyObject __le__(org.python.core.PyObject arg0)
Overrides:
__le__ in class org.python.core.PyInstance

__lt__

public org.python.core.PyObject __lt__(org.python.core.PyObject arg0)
Overrides:
__lt__ in class org.python.core.PyInstance

__ne__

public org.python.core.PyObject __ne__(org.python.core.PyObject arg0)
Overrides:
__ne__ in class org.python.core.PyInstance

__and__

public org.python.core.PyObject __and__(org.python.core.PyObject arg0)
Overrides:
__and__ in class org.python.core.PyInstance

__or__

public org.python.core.PyObject __or__(org.python.core.PyObject arg0)
Overrides:
__or__ in class org.python.core.PyInstance

__rand__

public org.python.core.PyObject __rand__(org.python.core.PyObject arg0)
Overrides:
__rand__ in class org.python.core.PyInstance

__ror__

public org.python.core.PyObject __ror__(org.python.core.PyObject arg0)
Overrides:
__ror__ in class org.python.core.PyInstance

__invert__

public org.python.core.PyObject __invert__()
Overrides:
__invert__ in class org.python.core.PyInstance

__getitem__

public org.python.core.PyObject __getitem__(org.python.core.PyObject arg0)
Overrides:
__getitem__ in class org.python.core.PyInstance

__setitem__

public void __setitem__(org.python.core.PyObject arg0,
                        org.python.core.PyObject arg1)
Overrides:
__setitem__ in class org.python.core.PyInstance

__coerce_ex__

public java.lang.Object __coerce_ex__(org.python.core.PyObject arg0)
Overrides:
__coerce_ex__ in class org.python.core.PyInstance

__iter__

public org.python.core.PyObject __iter__()
Overrides:
__iter__ in class org.python.core.PyInstance