Lines Matching defs:dict
183 * dict entirely when the C API is not available.
1530 * dict entirely when the C API is not available.
1579 PyObject *obj = NULL, *dict, *ns;
1640 dict = PyDict_New();
1641 if (dict == NULL) {
1650 if (PyDict_SetItemString(dict, "implementation", obj) == -1) {
1660 if (PyDict_SetItemString(dict, "monotonic", obj) == -1) {
1670 if (PyDict_SetItemString(dict, "adjustable", obj) == -1) {
1681 if (PyDict_SetItemString(dict, "resolution", obj) == -1) {
1686 ns = _PyNamespace_New(dict);
1687 Py_DECREF(dict);
1691 Py_DECREF(dict);
1697 "get_clock_info(name: str) -> dict\n\