Version: 9.15.0
diclookup.py File Reference

Data Structures

class  KERNEL_PY.kernel.diclookup.Lookup
 a dictionary which can lookup value by key, or keys by value More...
 

Namespaces

 KERNEL_PY.kernel.diclookup
 

Functions

def KERNEL_PY.kernel.diclookup.find_key (dic, val)
 return the key of dictionary dic given the value More...
 
def KERNEL_PY.kernel.diclookup.find_value (dic, key)
 return the value of dictionary dic given the key More...
 
def KERNEL_PY.kernel.diclookup.TEST_getTestDictionnary ()
 
def KERNEL_PY.kernel.diclookup.TEST_find_value ()
 
def KERNEL_PY.kernel.diclookup.TEST_lookup ()
 

Variables

string KERNEL_PY.kernel.diclookup.__author__ = "gboulant"
 
string KERNEL_PY.kernel.diclookup.__date__ = "$21 mai 2010 18:00:23$"