home: true heroImage: /logo.png tagline: 测试Tag actionText: 开始使用 actionLink: guide/ features:
- title: 简洁 details: 非常滴简单
- title: 易于扩展
home: true heroImage: /logo.png tagline: 测试Tag actionText: 开始使用 actionLink: guide/ features:
import timeit | |
by_classmethod = """ | |
class Test: | |
def a(self): | |
for i in range(0, 100): | |
x = 2 ** 10 | |
def __call__(self): | |
self.a() |