Searched refs:python_lookup (Results 1 – 1 of 1) sorted by relevance
2002 def python_lookup(my_dict: Dict[str, int], keys: List[str]) -> List[int]: function2006 return python_lookup(my_dict, keys)