Lines Matching refs:PythonDictionary
70 class PythonDictionary; variable
290 const PythonDictionary &dict);
294 const PythonDictionary &dict) {
558 class PythonDictionary : public TypedPythonObject<PythonDictionary> {
562 PythonDictionary() : TypedPythonObject() {} // MSVC requires this for some reason
564 explicit PythonDictionary(PyInitialValue value);
611 PythonDictionary GetDictionary() const;
717 const PythonDictionary &globals,
718 const PythonDictionary &locals);
721 const PythonDictionary &globals,
722 const PythonDictionary &locals);