`
cguang
  • 浏览: 602 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
#!/usr/bin/python # -*- coding:gb2312 -*- import glob, os, MySQLdb, sys class M(type): def __new__(cls, name, bases, classdict): for attr in classdict.get('__slots__', ( )): if attr.startswith('_'): def getter(self, attr=attr): ...
Global site tag (gtag.js) - Google Analytics