Returns a list of collections used in the default graph.
()
| 6330 | |
| 6331 | |
| 6332 | def get_all_collection_keys(): |
| 6333 | """Returns a list of collections used in the default graph.""" |
| 6334 | return get_default_graph().get_all_collection_keys() |
| 6335 | |
| 6336 | |
| 6337 | # Named like a function for backwards compatibility with the |
nothing calls this directly
no test coverage detected