Lines Matching defs:dct
1918 PyObject* dct = PyModule_GetDict(module);
1919 if (dct == NULL) {
1923 if (PyDict_DelItemString(dct, "clock_gettime") == -1) {
1926 if (PyDict_DelItemString(dct, "clock_gettime_ns") == -1) {
1929 if (PyDict_DelItemString(dct, "clock_settime") == -1) {
1932 if (PyDict_DelItemString(dct, "clock_settime_ns") == -1) {
1935 if (PyDict_DelItemString(dct, "clock_getres") == -1) {
1944 PyObject* dct = PyModule_GetDict(module);
1946 if (PyDict_DelItemString(dct, "thread_time") == -1) {
1949 if (PyDict_DelItemString(dct, "thread_time_ns") == -1) {