zoukankan      html  css  js  c++  java
  • python __builtins__ license类 (41)

    41、'license', 许可证,执照

    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
    
  • 相关阅读:
    中断
    按键
    uart stdio的移植1
    串口通信实战
    串口通信相关知识详解
    SOC时钟
    arm-linux-ld: cannot find sdram_init.o
    SDRAM初始化
    代码重定位实战
    s5pv210的启动过程
  • 原文地址:https://www.cnblogs.com/gundan/p/8257219.html
Copyright © 2011-2022 走看看