Lines Matching refs:PythonObject

737                                                PythonObject &save_file,  in SetStdHandle()
855 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
890 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
923 PythonObject module(PyRefType::Borrowed, in GetEmbeddedInterpreterModuleObjects()
994 PythonObject pargs( in ExecuteOneLine()
998 PythonObject return_value( in ExecuteOneLine()
1109 Expected<PythonObject> maybe_py_return = in ExecuteOneLineWithReturn()
1128 PythonObject py_return = std::move(maybe_py_return.get()); in ExecuteOneLineWithReturn()
1233 Expected<PythonObject> return_value = in ExecuteMultipleLines()
1570 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments()
1576 PythonObject py_return(PyRefType::Owned, in GetRecognizedArguments()
1635 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo()
1641 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterInfo()
1661 PythonObject py_return( in OSPlugin_RegisterInfo()
1690 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo()
1696 PythonObject pmeth(PyRefType::Owned, in OSPlugin_ThreadsInfo()
1716 PythonObject py_return( in OSPlugin_ThreadsInfo()
1748 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData()
1754 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterContextData()
1773 PythonObject py_return( in OSPlugin_RegisterContextData()
1807 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread()
1813 PythonObject pmeth(PyRefType::Owned, in OSPlugin_CreateThread()
1832 PythonObject py_return(PyRefType::Owned, in OSPlugin_CreateThread()
2113 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting))); in GetDynamicSettings()
2575 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName()
2580 PythonObject pmeth(PyRefType::Owned, in GetSyntheticTypeName()
2599 PythonObject py_return( in GetSyntheticTypeName()
3119 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject()
3125 PythonObject pmeth(PyRefType::Owned, in GetShortHelpForCommandObject()
3144 PythonObject py_return( in GetShortHelpForCommandObject()
3175 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject()
3181 PythonObject pmeth(PyRefType::Owned, in GetFlagsForCommandObject()
3225 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject()
3231 PythonObject pmeth(PyRefType::Owned, in GetLongHelpForCommandObject()
3251 PythonObject py_return( in GetLongHelpForCommandObject()