Lines Matching refs:pmeth
1521 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterInfo() local
1527 if (!pmeth.IsAllocated()) in OSPlugin_RegisterInfo()
1530 if (PyCallable_Check(pmeth.get()) == 0) { in OSPlugin_RegisterInfo()
1576 PythonObject pmeth(PyRefType::Owned, in OSPlugin_ThreadsInfo() local
1582 if (!pmeth.IsAllocated()) in OSPlugin_ThreadsInfo()
1585 if (PyCallable_Check(pmeth.get()) == 0) { in OSPlugin_ThreadsInfo()
1634 PythonObject pmeth(PyRefType::Owned, in OSPlugin_RegisterContextData() local
1640 if (!pmeth.IsAllocated()) in OSPlugin_RegisterContextData()
1643 if (PyCallable_Check(pmeth.get()) == 0) { in OSPlugin_RegisterContextData()
1693 PythonObject pmeth(PyRefType::Owned, in OSPlugin_CreateThread() local
1699 if (!pmeth.IsAllocated()) in OSPlugin_CreateThread()
1702 if (PyCallable_Check(pmeth.get()) == 0) { in OSPlugin_CreateThread()
2450 PythonObject pmeth(PyRefType::Owned, in GetSyntheticTypeName() local
2456 if (!pmeth.IsAllocated()) in GetSyntheticTypeName()
2459 if (PyCallable_Check(pmeth.get()) == 0) { in GetSyntheticTypeName()
2992 PythonObject pmeth(PyRefType::Owned, in GetShortHelpForCommandObject() local
2998 if (!pmeth.IsAllocated()) in GetShortHelpForCommandObject()
3001 if (PyCallable_Check(pmeth.get()) == 0) { in GetShortHelpForCommandObject()
3048 PythonObject pmeth(PyRefType::Owned, in GetFlagsForCommandObject() local
3054 if (!pmeth.IsAllocated()) in GetFlagsForCommandObject()
3057 if (PyCallable_Check(pmeth.get()) == 0) { in GetFlagsForCommandObject()
3098 PythonObject pmeth(PyRefType::Owned, in GetLongHelpForCommandObject() local
3104 if (!pmeth.IsAllocated()) in GetLongHelpForCommandObject()
3107 if (PyCallable_Check(pmeth.get()) == 0) { in GetLongHelpForCommandObject()