[Python]重載運算符

Python運算符重載 Method Overloads Call for __init__ 構造函數 X=Class() __del__ 析構函數 對象銷燬 __repr__ 打印轉換 print X,repr(X) __str__ 打印轉換 print X,str(X) __call__ 調用函數 X() __getattr_ 限制 X.undefine __setattr__ 取值 X.an
相關文章
相關標籤/搜索