搜尋

首頁  >  問答  >  主體

不含self參數的成員函數是不是表示變成私有的了

class Test:    

            def foo():       

                def hello(self):        

            foo()

運行結果

>>> c = Test()

>>> c.hello()

#hello fishc

手机用户1583139957手机用户15831399571700 天前1081

全部回覆(0)我來回復

無回覆
  • 取消回覆