Home | History | Annotate | Download | only in Modules

Lines Matching refs:xoptions

1267     PyObject *xoptions, *key, *module, *res;
1275 xoptions = PySys_GetXOptions();
1276 if (xoptions == NULL)
1283 has_key = PyDict_Contains(xoptions, key);