create one global function so the module can be used directly, without instantiating a class, in the style of the random module See documentation for Voigt_calculator.voigt_with_derivs for usage. Definition at line 127 of file voigt_profile.py. 00127 : 00128 return _voigt_instance.voigt_with_derivs(*args, **kwargs) ##
|