c

quix.python

PythonModule

class PythonModule extends ExecutionModule

Linear Supertypes
ExecutionModule, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PythonModule
  2. ExecutionModule
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PythonModule(executor: PythonExecutor)

Value Members

  1. def db: Option[Db]
    Definition Classes
    PythonModule → ExecutionModule
  2. val executor: PythonExecutor
  3. def start(command: StartCommand[String], id: String, user: User, builder: Builder): Task[Unit]
    Definition Classes
    PythonModule → ExecutionModule