zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    第二次结对作业
    第一次结对作业
    第二次个人编程
    第一次编程作业
    第一篇随笔
    个人总结
    第三次个人作业
    第二次结对作业
    第一次结对作业
    第二次编程
  • 原文地址:https://www.cnblogs.com/gundan/p/8244057.html
Copyright © 2011-2022 走看看