Prompts-MCP 686 skills · ai / design / design-pattern / framework / fundamentals / habit / lang / tech-selection /mcp/sse
lang lang/python/decorators/index.md medium

lang-python-decorators-index

Python 装饰器规范(functools.wraps 包裹 / 带参三层嵌套 / 横切关注点实战)。Use when 写或评审 Python 装饰器。

子项索引

子项 一句话
py-decorator-basics skill 装饰器闭包包裹原理 + 必须用 functools.wraps 保留元数据
py-decorator-parametrized skill 带参装饰器的三层嵌套写法、类实现装饰器、以及多个装饰器叠加顺序
py-decorator-cross-cutting skill 用装饰器实现重试 / 限流 / 计时 / 缓存等横切关注点的实战模板