Version: 9.12.0
diclookup Namespace Reference

Data Structures

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

Functions

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

Variables

string __author__ = "gboulant"
 
string __date__ = "$21 mai 2010 18:00:23$"
 

Function Documentation

◆ TEST_find_value()

def diclookup.TEST_find_value ( )

◆ TEST_getTestDictionnary()

def diclookup.TEST_getTestDictionnary ( )

Referenced by TEST_find_value(), and TEST_lookup().

◆ TEST_lookup()

def diclookup.TEST_lookup ( )

Variable Documentation

◆ __author__

string diclookup.__author__ = "gboulant"
private

◆ __date__

string diclookup.__date__ = "$21 mai 2010 18:00:23$"
private