Lines Matching refs:result
898 a finder for this path item. Cache the result in
1448 PyObject *result;
1453 result = PyImport_Import(pname);
1455 return result;
2159 PyObject *result = PyTuple_Pack(3, data ? data : Py_None,
2164 return result;
2644 PyObject *result = PyObject_GetAttr(mod, attrname);
2646 return result;
2661 PyObject *result = _PyImport_GetModuleAttr(pmodname, pattrname);
2664 return result;