googleapis / googleapis/google-cloud-python
Restructure the generation of `_Mixin` classes and `@property` methods
未关闭
priority: p2
type: cleanup
- 主要语言
- Python
- 星标
- 5.4k
- 派生
- 1.8k
- 平均合并
- 3 天 4 小时
- 30 天内合并 PR
- 122
描述
We want to generate `_Mixin` classes and `@property` methods into separate macros so that `_Method` and `_Mixin` classes can be defined all together and the @property methods for each can be defined after the class definitions. This can be achieved by separating out the genration of `_Mixin` classes and `@property` methods so that they can be called in separate for loops.
贡献指南
评估
这个 Issue 还没有评估数据。