コード例 #1
0
 def _call_fut(self, client):
     from google.cloud.bigtable.client import _make_table_stub
     return _make_table_stub(client)
コード例 #2
0
ファイル: test_client.py プロジェクト: kwoodson/gcloud-python
 def _callFUT(self, client):
     from google.cloud.bigtable.client import _make_table_stub
     return _make_table_stub(client)