Lines Matching defs:PythonDictionary
70 class PythonDictionary;
283 const PythonDictionary &dict);
287 const PythonDictionary &dict) {
557 class PythonDictionary : public TypedPythonObject<PythonDictionary> {
561 PythonDictionary() : TypedPythonObject() {} // MSVC requires this for some reason
563 explicit PythonDictionary(PyInitialValue value);
612 PythonDictionary GetDictionary() const;
718 const PythonDictionary &globals,
719 const PythonDictionary &locals);
722 const PythonDictionary &globals,
723 const PythonDictionary &locals);