python裝飾器入門

按別人的教程弄的。 要清楚基於類和基於函數的實現的不同之處。 #!/usr/bin/env python # -*- coding: utf-8 -*- ''' class entryExit(object): def __init__(self, f): self.f = f def __call__(self): print "Enering"
相關文章
相關標籤/搜索