Exemplo n.º 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
    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
    def __init__(self):
        IPythonHandler.__init__(self)

        # Use our own calculation type.
        self._calculation_type = BasicCalculation
    def __init__(self):
        IPythonHandler.__init__(self)

        self._calculation_type = DerivedCalculation
    def __init__(self):
        IPythonHandler.__init__(self)

        self._calculation_type = DerivedCalculation