googleapis / googleapis/google-cloud-python

Restructure the generation of `_Mixin` classes and `@property` methods

Open
#16,262 1 comment 0 reactions 1 assignee Claimed by @ohmayr View on GitHub
priority: p2 type: cleanup
Dominant language
Python
Stars
5.4k
Forks
1.8k
Avg merge
3d 4h
Merged PRs (30d)
122

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.