googleapis / python-bigtable

Apache License 2.0
68 stars 58 forks source link

chore: add cross_sync #999

Closed daniel-sanche closed 2 weeks ago

daniel-sanche commented 4 months ago

PR 1/x for adding the sync surface for the new data client

This class adds ast transformers for converting existing async classes into sync copies.

The conversion works through the following phases:

Next PR will add annotations to existing code to guide transformations