
Data Structures | |
| class | diclookup.Lookup |
| a dictionary which can lookup value by key, or keys by value More... | |
| class | KERNEL_PY.kernel.diclookup.Lookup |
| a dictionary which can lookup value by key, or keys by value More... | |
Functions | |
| def | diclookup.find_key (dic, val) |
| return the key of dictionary dic given the value More... | |
| def | diclookup.find_value (dic, key) |
| return the value of dictionary dic given the key More... | |
| 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... | |
Smart dictionary with key/value lookup
| def diclookup.find_key | ( | dic, | |
| val | |||
| ) |
return the key of dictionary dic given the value
Referenced by TEST_find_value().
| def KERNEL_PY.kernel.diclookup.find_key | ( | dic, | |
| val | |||
| ) |
return the key of dictionary dic given the value
return the key of dictionary dic given the value
Referenced by KERNEL_PY.kernel.diclookup.TEST_find_value().
| def diclookup.find_value | ( | dic, | |
| key | |||
| ) |
return the value of dictionary dic given the key
Referenced by TEST_find_value().
| def KERNEL_PY.kernel.diclookup.find_value | ( | dic, | |
| key | |||
| ) |
return the value of dictionary dic given the key
return the value of dictionary dic given the key
Referenced by KERNEL_PY.kernel.diclookup.TEST_find_value().