python __builtins__ copyright类 (14)

2018-06-18 00:25:07来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

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

 

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:python __builtins__ complex类 (13)

下一篇:Python爬取视频(其实是一篇福利)