googleapis / googleapis/google-cloud-python
Clean up shared helpers
Open
priority: p3
type: cleanup
- Dominant language
- Python
- Stars
- 5.4k
- Forks
- 1.8k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 122
Description
We have some helper functions like `_use_client_cert_effective`, which are repeatedly generated across files. We should try to consolidate them into shared code
---
Source:
> Each service will have this function repeated which can cause bloat in the generated code when there are many services.
_Originally posted by @parthea in https://github.com/googleapis/gapic-generator-python/pull/2472#discussion_r2519605871_
Contributor guide
Assessment
This issue has not been assessed yet.