Lines Matching refs:PythonDictionary
70 class PythonDictionary; variable
281 const PythonDictionary &dict);
285 const PythonDictionary &dict) {
555 class PythonDictionary : public TypedPythonObject<PythonDictionary> {
559 PythonDictionary() : TypedPythonObject() {} // MSVC requires this for some reason
561 explicit PythonDictionary(PyInitialValue value);
610 PythonDictionary GetDictionary() const;
716 const PythonDictionary &globals,
717 const PythonDictionary &locals);
720 const PythonDictionary &globals,
721 const PythonDictionary &locals);