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

最新文章

  1. jQuery-template.js学习
  2. soapUI 时间格式
  3. UART to Serial Terminal(转载)
  4. 移动表格行 解决低版本IE fadeIn fadeOut 失效问题
  5. Java1.8.0_05 环境配置
  6. mac电脑Coding显示/隐藏文件
  7. mysql命令行里的加载更多显示
  8. 一个简单的基于canvas小游戏
  9. s14 第4天 关于python3.0编码 函数式编程 装饰器 列表生成式 生成器 内置方法
  10. Echarts数据可视化dataZoom,开发全解+完美注释
  11. CSS(五)圣杯,双飞翼布局
  12. ES6,Array.includes()函数的用法
  13. javap -c命令详解
  14. MTK6577+Android之Camera驱动
  15. java 安装以及配置
  16. CentOS6 安装gnutls
  17. WPF程序 双击exe自动申请“以管理员方式运行”权限
  18. unity与安卓通讯的一些事儿
  19. attrs.xml中declare-styleable 详解(用于自定义控件的属性)
  20. 简单的MD5查询工具

热门文章

  1. Solidworks工程图 如何绘制向视图,辅助视图
  2. 安卓自带下拉刷新SwipeRefreshLayout加入上拉刷新功能
  3. palindrome-partitioning I&II——回文切割、深度遍历
  4. Go与C语言的互操作 cgo
  5. 深入理解JVM:HotSpot虚拟机对象探秘
  6. python使用cx_oracle连接oracle数据库
  7. 基础才是重中之重~用好configSections让配置信息更规范
  8. python day - 8 文件
  9. 组合式+迭代式+链式 MapReduce
  10. LIS(最长上升子序列)的三种经典求法