Object

me.shadaj.scalapy.interpreter

CPythonInterpreter

Related Doc: package interpreter

Permalink

object CPythonInterpreter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CPythonInterpreter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def binaryAdd(a: PyValue, b: PyValue): PyValue

    Permalink
  6. def binaryDiv(a: PyValue, b: PyValue): PyValue

    Permalink
  7. def binaryMod(a: PyValue, b: PyValue): PyValue

    Permalink
  8. def binaryMul(a: PyValue, b: PyValue): PyValue

    Permalink
  9. def binarySub(a: PyValue, b: PyValue): PyValue

    Permalink
  10. def call(callable: PyValue, args: Seq[PyValue], kwArgs: Seq[(String, PyValue)]): PyValue

    Permalink
  11. def call(on: PyValue, method: String, args: Seq[PyValue], kwArgs: Seq[(String, PyValue)]): PyValue

    Permalink
  12. def callGlobal(method: String, args: Seq[PyValue], kwArgs: Seq[(String, PyValue)]): PyValue

    Permalink
  13. val cleanupFunctionPointer: Pointer

    Permalink
  14. val cleanupLambdaMethodDef: Pointer

    Permalink
  15. def cleanupVariableReference(variable: String): Unit

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  17. def createLambda(fn: (Seq[PyValue]) ⇒ PyValue): PyValue

    Permalink
  18. def createListCopy[T](seq: Seq[T], elemConv: (T) ⇒ PyValue): PyValue

    Permalink
  19. def createListProxy[T](seq: Seq[T], elemConv: (T) ⇒ PyValue): PyValue

    Permalink
  20. def createTuple(seq: Seq[PyValue]): PyValue

    Permalink
  21. val doNotFreeMeOtherwiseJNAFuncPtrBreaks: Any

    Permalink
  22. val doNotFreeMeOtherwiseJNAFuncPtrBreaks2: Any

    Permalink
  23. val emptyStrPtr: Pointer

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def eval(code: String): Unit

    Permalink
  27. def execManyLines(code: String): Unit

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def getVariableReference(value: PyValue): String

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  31. def importModule(moduleName: String): PyValue

    Permalink
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. val lambdaFunctionPointer: Pointer

    Permalink
  34. val lambdaMethodDef: Pointer

    Permalink
  35. def load(code: String): PyValue

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. def newDictionary(): PyValue

    Permalink
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  40. val pyCleanupLambda: PyValue

    Permalink
  41. def select(on: PyValue, value: String, safeGlobal: Boolean = false): PyValue

    Permalink
  42. def selectBracket(on: PyValue, key: PyValue): PyValue

    Permalink
  43. def selectGlobal(name: String): PyValue

    Permalink
  44. val seqProxyClass: PyValue

    Permalink
  45. def set(variable: String, value: PyValue): Unit

    Permalink
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def throwErrorIfOccured(): Unit

    Permalink
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. val trackerClass: PyValue

    Permalink
  50. val typesModule: PyValue

    Permalink
  51. def unaryNeg(a: PyValue): PyValue

    Permalink
  52. def unaryPos(a: PyValue): PyValue

    Permalink
  53. def update(on: PyValue, value: String, newValue: PyValue): Unit

    Permalink
  54. def updateBracket(on: PyValue, key: PyValue, newValue: PyValue): Unit

    Permalink
  55. def valueFromBoolean(b: Boolean): PyValue

    Permalink
  56. def valueFromDouble(v: Double): PyValue

    Permalink
  57. def valueFromLong(long: Long): PyValue

    Permalink
  58. def valueFromString(v: String): PyValue

    Permalink
  59. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. val weakRefModule: PyValue

    Permalink
  63. def wrapIntoPyObject(value: AnyRef): PyValue

    Permalink

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 Any

Ungrouped