coding: utf-8 -*- from cached_property import cached_property class Foo(object): @cached_property def foo(self): print("cached_property")
確定! 回上一頁