Searched refs:root_discovery (Results 1 – 1 of 1) sorted by relevance
/external/python/google-api-python-client/ |
D | describe.py | 239 def breadcrumbs(path, root_discovery): argument 262 display = root_discovery.get('title', display) 269 def document_collection(resource, path, root_discovery, discovery, css=CSS): argument 286 '<h1>%s</h1>' % breadcrumbs(path[:-1], root_discovery), 327 def document_collection_recursive(resource, path, root_discovery, discovery): argument 329 html = document_collection(resource, path, root_discovery, discovery) 341 document_collection_recursive(collection, path + name + '.', root_discovery,
|