📜  python which __divs__ are there - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:54.745000             🧑  作者: Mango

代码示例1
Python 3.x uses
   __truediv__
   __floordiv__
   __divmod__

__div__ is 2.x-only.