Lines Matching refs:PythonObject
708 PythonObject &save_file, in SetStdHandle()
826 PythonObject &main_module = GetMainModule(); in GetSessionDictionary()
861 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( in GetMaxPositionalArgumentsForCallable()
894 PythonObject module(PyRefType::Borrowed, in GetEmbeddedInterpreterModuleObjects()
965 PythonObject pargs( in ExecuteOneLine()
969 PythonObject return_value( in ExecuteOneLine()
1068 Expected<PythonObject> maybe_py_return = in ExecuteOneLineWithReturn()
1087 PythonObject py_return = std::move(maybe_py_return.get()); in ExecuteOneLineWithReturn()
1181 Expected<PythonObject> return_value = in ExecuteMultipleLines()
1519 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments()
1525 PythonObject py_return(PyRefType::Owned, in GetRecognizedArguments()
1584 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo()
1590 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterInfo()
1610 PythonObject py_return( in OSPlugin_RegisterInfo()
1639 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo()
1645 PythonObject pmeth(PyRefType::Owned, in OSPlugin_ThreadsInfo()
1665 PythonObject py_return( in OSPlugin_ThreadsInfo()
1726 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData()
1732 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterContextData()
1751 PythonObject py_return( in OSPlugin_RegisterContextData()
1785 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread()
1791 PythonObject pmeth(PyRefType::Owned, in OSPlugin_CreateThread()
1810 PythonObject py_return(PyRefType::Owned, in OSPlugin_CreateThread()
2088 unwrapIgnoringErrors(As<PythonDictionary>(Take<PythonObject>(setting))); in GetDynamicSettings()
2551 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName()
2556 PythonObject pmeth(PyRefType::Owned, in GetSyntheticTypeName()
2575 PythonObject py_return( in GetSyntheticTypeName()
3077 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject()
3083 PythonObject pmeth(PyRefType::Owned, in GetShortHelpForCommandObject()
3102 PythonObject py_return( in GetShortHelpForCommandObject()
3133 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject()
3139 PythonObject pmeth(PyRefType::Owned, in GetFlagsForCommandObject()
3183 PythonObject implementor(PyRefType::Borrowed, in GetLongHelpForCommandObject()
3189 PythonObject pmeth(PyRefType::Owned, in GetLongHelpForCommandObject()
3209 PythonObject py_return( in GetLongHelpForCommandObject()