Class

me.shadaj.scalapy.py

CPythonInterpreter

Related Doc: package py

Permalink

class CPythonInterpreter extends AnyRef

Linear Supertypes
AnyRef, scala.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

Instance Constructors

  1. new CPythonInterpreter()

    Permalink

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. 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. val builtins: CPyValue

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

    Permalink
  12. def callGlobal(method: String, args: PyValue*): PyValue

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. def createList(seq: Seq[PyValue]): PyValue

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

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

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

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

    Permalink
  19. val falsePtr: Pointer

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

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

    Permalink
  22. val globals: Pointer

    Permalink
  23. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  25. def load(code: String): PyValue

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

    Permalink
    Definition Classes
    AnyRef
  27. val noneValue: PyValue

    Permalink
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def select(on: PyValue, value: String): PyValue

    Permalink
  31. def selectDictionary(on: PyValue, key: PyValue): PyValue

    Permalink
  32. def selectList(on: PyValue, index: Int): PyValue

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

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

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

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. val truePtr: Pointer

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. 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