Package ComboCode :: Package cc :: Package ivs :: Package sigproc :: Package lmfit :: Module astutils
[hide private]
[frames] | no frames]

Module astutils

source code


utility functions for asteval

   Matthew Newville <newville@cars.uchicago.edu>,
   The University of Chicago

Classes [hide private]
  ExceptionHolder
basic exception handler
  NameFinder
find all symbol names used by a parsed node
Variables [hide private]
  FROM_PY = ('ArithmeticError', 'AssertionError', 'AttributeErro...
  FROM_MATH = ('acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2'...
  FROM_NUMPY = ('Inf', 'NAN', 'abs', 'absolute', 'add', 'alen', ...
  NUMPY_RENAMES = {'acos': 'arccos', 'acosh': 'arccosh', 'asin':...
  __package__ = 'ComboCode.cc.ivs.sigproc.lmfit'
Variables Details [hide private]

FROM_PY

Value:
('ArithmeticError',
 'AssertionError',
 'AttributeError',
 'BaseException',
 'BufferError',
 'BytesWarning',
 'DeprecationWarning',
 'EOFError',
...

FROM_MATH

Value:
('acos',
 'acosh',
 'asin',
 'asinh',
 'atan',
 'atan2',
 'atanh',
 'ceil',
...

FROM_NUMPY

Value:
('Inf',
 'NAN',
 'abs',
 'absolute',
 'add',
 'alen',
 'all',
 'allclose',
...

NUMPY_RENAMES

Value:
{'acos': 'arccos',
 'acosh': 'arccosh',
 'asin': 'arcsin',
 'asinh': 'arcsinh',
 'atan': 'arctan',
 'atan2': 'arctan2',
 'atanh': 'arctanh',
 'ln': 'log'}