标签:fun highlight sel __init__ print pre 方法 UNC elf
class MyClass:
def __init__(self):
pass
def func1(self):
# do something
print(‘a‘) #for example
self.common_func()
def func2(self):
# do something
self.common_func()
def common_func(self):
pass
标签:fun highlight sel __init__ print pre 方法 UNC elf
原文地址:https://www.cnblogs.com/kekeoutlook/p/12234387.html