Package stocks3 :: Package core :: Module stock :: Class PrecisionController
[hide private]
[frames] | no frames]

Class PrecisionController

source code


Пропускает через себя значения, изменяя их точность.

Instance Methods [hide private]
 
__init__(self, precision)
Конструктор.
source code
 
__call__(self, value) source code

Inherited from PseudoPrecisionController: __eq__, precision

Inherited from PseudoPrecisionController (private): _get_precision

Method Details [hide private]

__init__(self, precision)
(Constructor)

source code 

Конструктор.

См. PseudoPrecisionController.

Parameters:
  • precision - Точность вычислений.
Overrides: PseudoPrecisionController.__init__

__call__(self, value)
(Call operator)

source code 
Overrides: PseudoPrecisionController.__call__