python,,python cla


python
class decorator
http://openhome.cc/Gossip/Python/ClassDecorator.html 入门,容易理解
http://www.ibm.com/developerworks/cn/linux/l-cpdecor.html
http://ot-note.logdown.com/posts/67571/-decorator-with-without-arguments-in-function-class-form
CPyUG
super
https://rhettinger.wordpress.com/2011/05/26/super-considered-super/
MRO Method Resolution Order
*args, **kwargs
描述器(Descriptor)
def __getattr__(self, item)
def __call__(self, *args)
def __get__(self, instance, owner):
def __set__(self, instance, value):
def __delete__(self, instance):
__dict__
__getattr__
__slots__
PEP 484 - Type Hints
context manager,
@property
使用 Adapter 包装已有代码让 import 更简洁
reddit
Future, ThreadPoolExecutor https://www.laike9m.com/media/files/html/PyCon2014-concurrent.futures.html#/12

network https://laike9m.com/blog/pythonshi-xian-stunturnp2pliao-tian,29/
https://github.com/laike9m/PyPunchP2P

python

相关内容

    暂无相关文章

评论关闭