Lines Matching refs:PythonDictionary
70 class PythonDictionary; variable
280 const PythonDictionary &dict);
284 const PythonDictionary &dict) {
541 class PythonDictionary : public TypedPythonObject<PythonDictionary> {
545 PythonDictionary() : TypedPythonObject() {} // MSVC requires this for some reason
547 explicit PythonDictionary(PyInitialValue value);
594 PythonDictionary GetDictionary() const;
700 const PythonDictionary &globals,
701 const PythonDictionary &locals);
704 const PythonDictionary &globals,
705 const PythonDictionary &locals);