コード例 #1
0
    def __init__(self):
        IPythonHandler.__init__(self)

        #: A shortcut for returning information on the environment.
        self.information = SimpleInformation()

        # Use our own calculation type.
        self._calculation_type = SimpleCalculation
コード例 #2
0
    def __init__(self):
        IPythonHandler.__init__(self)

        #: A shortcut for returning information on the environment.
        self.information = SimpleInformation()

        # Use our own calculation type.
        self._calculation_type = SimpleCalculation
コード例 #3
0
    def __init__(self):
        IPythonHandler.__init__(self)

        # Use our own calculation type.
        self._calculation_type = BasicCalculation
コード例 #4
0
    def __init__(self):
        IPythonHandler.__init__(self)

        self._calculation_type = DerivedCalculation
コード例 #5
0
    def __init__(self):
        IPythonHandler.__init__(self)

        self._calculation_type = DerivedCalculation