Lines Matching refs:PythonDictionary
70 class PythonDictionary; variable
268 const PythonDictionary &dict);
272 const PythonDictionary &dict) {
529 class PythonDictionary : public TypedPythonObject<PythonDictionary> {
533 PythonDictionary() : TypedPythonObject() {} // MSVC requires this for some reason
535 explicit PythonDictionary(PyInitialValue value);
582 PythonDictionary GetDictionary() const;
688 const PythonDictionary &globals,
689 const PythonDictionary &locals);
692 const PythonDictionary &globals,
693 const PythonDictionary &locals);