pub fn py_dict<K, V>() -> PyDictionary<K, V>where K: Clone + Eq + Hash, V: Clone,
Helper function for dictionary creation (common in compiled code)