Searched refs:discovery_file (Results 1 – 2 of 2) sorted by relevance
106 with open(discovery_filename) as discovery_file:108 discovery_file.read(), base="https://www.googleapis.com/", http=http
156 def _build_from_file(self, discovery_file): argument157 with open(discovery_file, 'r') as f: