Home
last modified time | relevance | path

Searched defs:divmod (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_datetimemodule.c165 divmod(int x, int y, int *r) in divmod() function
2288 PyObject *divmod; in delta_divmod() local
Dposixmodule.c5302 PyObject *divmod; in split_py_long_to_s_and_ns() local
/third_party/python/Lib/
D_pydecimal.py4418 def divmod(self, a, b): member in Context