Searched refs:apiclient_build (Results 1 – 2 of 2) sorted by relevance
34 from apiclient.discovery import build as apiclient_build unknown38 apiclient_build = None variable91 if not apiclient_build:100 self._service = apiclient_build('gmail', 'v1', http=http)
16 from apiclient.discovery import build as apiclient_build unknown20 apiclient_build = None variable89 if apiclient_build is None:103 self._codesite_service = apiclient_build('projecthosting',319 if apiclient_build is None: