print_headings 属性

表示行标题和列标题是否与此页一起打印。

定义:

@property
def print_headings(self):
    ...
@print_headings.setter
def print_headings(self, value):
    ...

也可以看看