魔法方法
-
python里的魔法函数有哪些(python中的魔法函数)
Python中的魔法函数包括:__init__, __str__, __repr__, __add__, __sub__, __mul__, __truediv__, __floordiv__, __mod__, __pow__, __eq__, __ne__, __lt__, __le__, __gt__, __ge__, __and__, __or__, __not__, __call__, __getitem__, __setitem__, __delitem__, __len__, __contains__, __iter__, next等。