Does a member function without a self parameter mean it has become private?
手机用户1583139957
手机用户1583139957 2020-04-03 00:47:48
0
0
1073

class Test:                                                                                                                                                                                                                                                                                                   Test. foo()

Run result

>>> c = Test()

>>> c.hello()

hello fishc

手机用户1583139957
手机用户1583139957

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template