Searched refs:root_discovery (Results 1 – 1 of 1) sorted by relevance
/external/python/google-api-python-client/ |
D | describe.py | 255 def breadcrumbs(path, root_discovery): argument 278 display = root_discovery.get("title", display) 285 def document_collection(resource, path, root_discovery, discovery, css=CSS): argument 302 "<h1>%s</h1>" % breadcrumbs(path[:-1], root_discovery), 346 def document_collection_recursive(resource, path, root_discovery, discovery): argument 348 html = document_collection(resource, path, root_discovery, discovery) 366 root_discovery,
|