itpp_sci  4.0
it++ based simulation library for scicoslab, scilab and scipy
Functions | Variables
scipy_dbg Namespace Reference

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)
 

Detailed Description

Created on Jun 18, 2015

@author: mk

Function Documentation

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)

Variable Documentation

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)