python __builtins__ copyright类 (14)

14、'copyright', 版权

class _Printer(builtins.object)
 |  interactive prompt objects for printing the license text, a list of
 |  contributors and the copyright notice.
交互式提示对象打印许可证信息,撰稿者列表,和版权说明
| | Methods defined here: | | __call__(self) | Call self as a function. | | __init__(self, name, data, files=(), dirs=()) | Initialize self. See help(type(self)) for accurate signature. | | __repr__(self) | Return repr(self). | | ---------------------------------------------------------------------- | Data descriptors defined here: | | __dict__ | dictionary for instance variables (if defined) | | __weakref__ | list of weak references to the object (if defined) | | ---------------------------------------------------------------------- | Data and other attributes defined here: | | MAXLINES = 23

 

posted @ 2018-01-08 18:15  魂~  阅读(333)  评论(0编辑  收藏  举报