Object

me.shadaj.scalapy.py

CPythonAPI

Related Doc: package py

Permalink

object CPythonAPI

Annotations
@extern()
Linear Supertypes
AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CPythonAPI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def PyBool_FromLong(long: CLong): Ptr[Byte]

    Permalink
  5. def PyDict_Contains(dict: Ptr[Byte], key: Ptr[Byte]): Int

    Permalink
  6. def PyDict_DelItemString(dict: Ptr[Byte], key: CString): Int

    Permalink
  7. def PyDict_GetItem(dict: Ptr[Byte], key: Ptr[Byte]): Ptr[Byte]

    Permalink
  8. def PyDict_GetItemString(dict: Ptr[Byte], key: Ptr[Byte]): Ptr[Byte]

    Permalink
  9. def PyDict_GetItemWithError(dict: Ptr[Byte], key: Ptr[Byte]): Ptr[Byte]

    Permalink
  10. def PyDict_Keys(dict: Ptr[Byte]): Ptr[Byte]

    Permalink
  11. def PyDict_New(): Ptr[Byte]

    Permalink
  12. def PyDict_SetItem(dict: Ptr[Byte], key: Ptr[Byte], value: Ptr[Byte]): Int

    Permalink
  13. def PyDict_SetItemString(dict: Ptr[Byte], key: CString, value: Ptr[Byte]): Int

    Permalink
  14. def PyErr_Clear(): Unit

    Permalink
  15. def PyErr_Fetch(pType: Ptr[Ptr[Byte]], pValue: Ptr[Ptr[Byte]], pTraceback: Ptr[Ptr[Byte]]): Unit

    Permalink
  16. def PyErr_Occurred(): Ptr[Byte]

    Permalink
  17. def PyErr_Print(): Unit

    Permalink
  18. def PyEval_GetBuiltins(): Ptr[Byte]

    Permalink
  19. def PyFloat_AsDouble(float: Ptr[Byte]): Double

    Permalink
  20. def PyFloat_FromDouble(double: CDouble): Ptr[Byte]

    Permalink
  21. def PyList_GetItem(list: Ptr[Byte], index: CSize): Ptr[Byte]

    Permalink
  22. def PyList_New(size: Int): Ptr[Byte]

    Permalink
  23. def PyList_SetItem(list: Ptr[Byte], index: CSize, item: Ptr[Byte]): Int

    Permalink
  24. def PyList_Size(list: Ptr[Byte]): CSize

    Permalink
  25. def PyLong_AsLong(pyLong: Ptr[Byte]): CLong

    Permalink
  26. def PyLong_AsLongLong(pyLong: Ptr[Byte]): CLongLong

    Permalink
  27. def PyLong_FromLongLong(long: CLongLong): Ptr[Byte]

    Permalink
  28. def PyNumber_Add(o1: Ptr[Byte], o2: Ptr[Byte]): Ptr[Byte]

    Permalink
  29. def PyNumber_Multiply(o1: Ptr[Byte], o2: Ptr[Byte]): Ptr[Byte]

    Permalink
  30. def PyNumber_Negative(o1: Ptr[Byte]): Ptr[Byte]

    Permalink
  31. def PyNumber_Positive(o1: Ptr[Byte]): Ptr[Byte]

    Permalink
  32. def PyNumber_Remainder(o1: Ptr[Byte], o2: Ptr[Byte]): Ptr[Byte]

    Permalink
  33. def PyNumber_Subtract(o1: Ptr[Byte], o2: Ptr[Byte]): Ptr[Byte]

    Permalink
  34. def PyNumber_TrueDivide(o1: Ptr[Byte], o2: Ptr[Byte]): Ptr[Byte]

    Permalink
  35. def PyObject_Call(obj: Ptr[Byte], args: Ptr[Byte], kwArgs: Ptr[Byte]): Ptr[Byte]

    Permalink
  36. def PyObject_CallMethodObjArgs(obj: Ptr[Byte], name: Ptr[Byte], args: CVararg*): Ptr[Byte]

    Permalink
  37. def PyObject_GetAttr(obj: Ptr[Byte], name: Ptr[Byte]): Ptr[Byte]

    Permalink
  38. def PyObject_GetAttrString(obj: Ptr[Byte], name: CString): Ptr[Byte]

    Permalink
  39. def PyObject_SetAttr(obj: Ptr[Byte], name: Ptr[Byte], newValue: Ptr[Byte]): Ptr[Byte]

    Permalink
  40. def PyObject_SetAttrString(obj: Ptr[Byte], name: CString, newValue: Ptr[Byte]): Ptr[Byte]

    Permalink
  41. def PyObject_Str(obj: Ptr[Byte]): Ptr[Byte]

    Permalink
  42. def PyRun_String(str: CString, start: Int, globals: Ptr[Byte], locals: Ptr[Byte]): Ptr[Byte]

    Permalink
  43. def PyTuple_GetItem(tuple: Ptr[Byte], index: CSize): Ptr[Byte]

    Permalink
  44. def PyTuple_New(size: Int): Ptr[Byte]

    Permalink
  45. def PyTuple_SetItem(tuple: Ptr[Byte], index: CSize, item: Ptr[Byte]): Int

    Permalink
  46. def PyTuple_Size(tuple: Ptr[Byte]): CSize

    Permalink
  47. def PyUnicode_AsUTF8(pyString: Ptr[Byte]): CString

    Permalink
  48. def PyUnicode_FromString(cStr: CString): Ptr[Byte]

    Permalink
  49. def Py_BuildValue(str: CString): Ptr[Byte]

    Permalink
  50. def Py_DecRef(ptr: Ptr[Byte]): Unit

    Permalink
  51. def Py_IncRef(ptr: Ptr[Byte]): Unit

    Permalink
  52. def Py_Initialize(): Unit

    Permalink
  53. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  54. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  55. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. def equals(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  57. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  58. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  59. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  60. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  61. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  62. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from scala.Any

Ungrouped