python __builtins__ credits类 (15)

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

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

15、'credits', 信用

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
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:008 了不起的分支与循环2

下一篇:python __builtins__ help类 (32)