Lines Matching refs:PythonObject
684 PythonObject &ScriptInterpreterPython::GetMainModule() { in GetMainModule()
694 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
703 PythonObject item = main_dict.GetItemForKey(PythonString(m_dictionary_name)); in GetSessionDictionary()
712 PythonObject sys_module(PyRefType::Borrowed, PyImport_AddModule("sys")); in GetSysModuleDictionary()
739 PythonObject module(PyRefType::Borrowed, in GetEmbeddedInterpreterModuleObjects()
874 PythonObject pargs( in ExecuteOneLine()
878 PythonObject return_value( in ExecuteOneLine()
1055 PythonObject py_return; in ExecuteOneLineWithReturn()
1056 PythonObject &main_module = GetMainModule(); in ExecuteOneLineWithReturn()
1059 PythonObject py_error; in ExecuteOneLineWithReturn()
1211 PythonObject return_value; in ExecuteMultipleLines()
1212 PythonObject &main_module = GetMainModule(); in ExecuteMultipleLines()
1215 PythonObject py_error; in ExecuteMultipleLines()
1232 PythonObject code_object; in ExecuteMultipleLines()
1537 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments()
1542 PythonObject py_return( in GetRecognizedArguments()
1599 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo()
1605 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterInfo()
1625 PythonObject py_return( in OSPlugin_RegisterInfo()
1654 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo()
1660 PythonObject pmeth(PyRefType::Owned, in OSPlugin_ThreadsInfo()
1680 PythonObject py_return( in OSPlugin_ThreadsInfo()
1740 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData()
1746 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterContextData()
1765 PythonObject py_return( in OSPlugin_RegisterContextData()
1799 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread()
1805 PythonObject pmeth(PyRefType::Owned, in OSPlugin_CreateThread()
1824 PythonObject py_return(PyRefType::Owned, in OSPlugin_CreateThread()
2048 PythonObject reply_pyobj; in GetDynamicSettings()
2534 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName()
2539 PythonObject pmeth(PyRefType::Owned, in GetSyntheticTypeName()
2558 PythonObject py_return( in GetSyntheticTypeName()
3070 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject()
3076 PythonObject pmeth(PyRefType::Owned, in GetShortHelpForCommandObject()
3095 PythonObject py_return( in GetShortHelpForCommandObject()
3125 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject()
3131 PythonObject pmeth(PyRefType::Owned, in GetFlagsForCommandObject()
3150 PythonObject py_return( in GetFlagsForCommandObject()
3180 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject()
3186 PythonObject pmeth(PyRefType::Owned, in GetLongHelpForCommandObject()
3206 PythonObject py_return( in GetLongHelpForCommandObject()