Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit ca1b715

Browse files
committed
Added comment
1 parent abc9b51 commit ca1b715

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

google/cloud/bigtable/data/_async/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ def __init__(
242242
"is the default."
243243
)
244244
self._is_closed = CrossSync.Event()
245+
# Private argument, for internal use only
245246
self._disable_background_channel_refresh = bool(
246247
kwargs.get("_disable_background_channel_refresh", False)
247248
)

0 commit comments

Comments
 (0)