这个是格式规范的警告,可以直接运行,但是会影响美观吧,只要在定义函数后空两个空行,就可以消除警告了;
Inspection info: This inspection detects situations when dictionary creation could be rewritten with dictionary literal
j
在Stackoverflow里面看到,在定义下面添加pass
此时我们对属性的操作是动态绑定的,是在程序运行的过程中对class添加的功能,我们只要在类中对属性进行限制,即允许动态绑定的属性进行说明
class Student(object):
__slots__ = ('name', 'age', 'set_age')
pass
font = ImageFont.truetype('Arial.ttf', 36)
给字体添加路径C:\Windows\Fonts[要添加的字体],例如:
font = ImageFont.truetype('C:\\Windows\Fonts\Arial.ttf', 36)