![]() |
itpp_sci
4.0
it++ based simulation library for scicoslab, scilab and scipy
|
Functions | |
| def | set_DBG (level) |
| def | DBG_0 (fun, arg) |
| def | DBG_1 (fun, arg) |
| def | DBG_2 (fun, arg) |
Variables | |
| int | DBG_LEV = -1 |
| string | s = 'one two tree' |
| list | l = [1,2,3] |
| dictionary | d = {'a':1, 'b':2} |
| tuple | t = ('a',1,'b',2) |
Created on Jun 18, 2015 @author: mk
| def scipy_dbg.DBG_0 | ( | fun, | |
| arg | |||
| ) |
| def scipy_dbg.DBG_1 | ( | fun, | |
| arg | |||
| ) |
| def scipy_dbg.DBG_2 | ( | fun, | |
| arg | |||
| ) |
| def scipy_dbg.set_DBG | ( | level | ) |
| dictionary scipy_dbg.d = {'a':1, 'b':2} |
| int scipy_dbg.DBG_LEV = -1 |
| list scipy_dbg.l = [1,2,3] |
| string scipy_dbg.s = 'one two tree' |
| tuple scipy_dbg.t = ('a',1,'b',2) |
1.8.9.1