gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

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

Open ohmayr opened this issue 1 year ago • 0 comments

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.

ohmayr avatar Sep 25 '24 14:09 ohmayr