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

Module parameter

source code

Parameter class

Classes [hide private]
  Parameters
a custom dictionary of Parameters.
  Parameter
A Parameter is the basic Parameter going into Fit Model.
Functions [hide private]
 
NAME_MATCH(...)
match(string[, pos[, endpos]]) --> match object or None.
source code
 
valid_symbol_name(name)
input is a valid name
source code
 
isParameter(x)
test for Parameter-ness
source code
Variables [hide private]
  RESERVED_WORDS = ('and', 'as', 'assert', 'break', 'class', 'co...
  __package__ = 'ComboCode.cc.ivs.sigproc.lmfit'
Function Details [hide private]

NAME_MATCH(...)

source code 

match(string[, pos[, endpos]]) --> match object or None. Matches zero or more characters at the beginning of the string


Variables Details [hide private]

RESERVED_WORDS

Value:
('and',
 'as',
 'assert',
 'break',
 'class',
 'continue',
 'def',
 'del',
...