object CPythonInterpreter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CPythonInterpreter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def binaryAdd(a: PyValue, b: PyValue): PyValue
- def binaryDiv(a: PyValue, b: PyValue): PyValue
- def binaryMod(a: PyValue, b: PyValue): PyValue
- def binaryMul(a: PyValue, b: PyValue): PyValue
- def binarySub(a: PyValue, b: PyValue): PyValue
- def call(callable: PyValue, args: Seq[PyValue], kwArgs: Seq[(String, PyValue)]): PyValue
- def call(on: PyValue, method: String, args: Seq[PyValue], kwArgs: Seq[(String, PyValue)], safeGlobal: Boolean = false): PyValue
- def callGlobal(method: String, args: Seq[PyValue], kwArgs: Seq[(String, PyValue)]): PyValue
- val cleanupFunctionPointer: Pointer
- val cleanupLambdaMethodDef: Pointer
- def cleanupVariableReference(variable: String): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createLambda(fn: (Seq[PyValue]) => PyValue): PyValue
- def createListCopy[T](seq: Seq[T], elemConv: (T) => Pointer): Pointer
- def createListProxy[T](seq: Seq[T], elemConv: (T) => PyValue): PyValue
- def createTuple(seq: Seq[PyValue], safeGlobal: Boolean = false): PyValue
- def deleteAttribute(on: PyValue, attr: String): Unit
- def deleteBracket(on: PyValue, key: PyValue): Unit
- val doNotFreeMeOtherwiseJNAFuncPtrBreaks: Any
- val doNotFreeMeOtherwiseJNAFuncPtrBreaks2: Any
- val emptyStrPtr: Pointer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def eval(code: String): Unit
- def execManyLines(code: String): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getVariableReference(value: PyValue): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def importModule(moduleName: String): PyValue
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lambdaFunctionPointer: Pointer
- val lambdaMethodDef: Pointer
- def load(code: String): PyValue
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newDictionary(): PyValue
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val pyCleanupLambda: PyValue
- def select(on: PyValue, value: String, safeGlobal: Boolean = false): PyValue
- def selectBracket(on: PyValue, key: PyValue): PyValue
- def selectGlobal(name: String, safeGlobal: Boolean = false): PyValue
- val seqProxyClass: PyValue
- def set(variable: String, value: PyValue): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def throwErrorIfOccured(): Unit
- def toString(): String
- Definition Classes
- AnyRef → Any
- val trackerClass: PyValue
- val trackerClassName: PyValue
- val typesModule: PyValue
- def unaryNeg(a: PyValue): PyValue
- def unaryPos(a: PyValue): PyValue
- def update(on: PyValue, value: String, newValue: PyValue): Unit
- def updateBracket(on: PyValue, key: PyValue, newValue: PyValue): Unit
- def valueFromBoolean(b: Boolean): PyValue
- def valueFromDouble(v: Double): PyValue
- def valueFromLong(long: Long): PyValue
- def valueFromString(v: String, safeGlobal: Boolean = false): PyValue
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val weakRefModule: PyValue
- def wrapIntoPyObject(value: AnyRef): PyValue
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated