Returns resources intended to be local to this session.
()
| 63 | |
| 64 | |
| 65 | def local_resources(): |
| 66 | """Returns resources intended to be local to this session.""" |
| 67 | return ops.get_collection(ops.GraphKeys.LOCAL_RESOURCES) |
| 68 | |
| 69 | |
| 70 | def report_uninitialized_resources(resource_list=None, |
no test coverage detected