Lines Matching defs:doc
2215 char *doc = NULL;2219 static char *kwlist[] = {"name", "doc", "base", "dict", NULL};2223 &name, &doc, &base, &dict))2226 return PyErr_NewExceptionWithDoc(name, doc, base, dict);