Searched refs:GetItemForKey (Results 1 – 4 of 4) sorted by relevance
486 PythonObject chk_value1 = dict.GetItemForKey(py_keys[0]); in TEST_F()487 PythonObject chk_value2 = dict.GetItemForKey(py_keys[1]); in TEST_F()523 PythonObject chk_value1 = dict.GetItemForKey(keys[0]); in TEST_F()524 PythonObject chk_value2 = dict.GetItemForKey(keys[1]); in TEST_F()
201 PythonObject result = dict.GetItemForKey(PythonString(piece)); in ResolveNameWithDictionary()723 PythonObject PythonDictionary::GetItemForKey(const PythonObject &key) const { in GetItemForKey() function in PythonDictionary793 PythonObject value = GetItemForKey(key); in CreateStructuredDictionary()
727 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()905 module_dict.GetItemForKey(PythonString("run_one_line")); in GetEmbeddedInterpreterModuleObjects()907 module_dict.GetItemForKey(PythonString("g_run_one_line_str")); in GetEmbeddedInterpreterModuleObjects()2856 .GetItemForKey(PythonString(module_name)) in LoadScriptingModule()
572 PythonObject GetItemForKey(const PythonObject &key) const; // DEPRECATED