Searched refs:cz_dict (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/pythonmod/examples/
H A Ddict.py38 cz_dict = {} variable
53 if not (cs in cz_dict):
54 cz_dict[cs] = [en] # [cs] = en
56 cz_dict[cs].append(en) # [cs] = en
84 if (adict == "cs") and (aword in cz_dict):
85 words = cz_dict[aword] # CS -> EN

Completed in 178 milliseconds