(cls)
| 173 | /i7kinChIXSAmRgA==\n""") |
| 174 | |
| 175 | def get_local_dict(cls): |
| 176 | return {x: y.name for (x, y) in cls.__dict__.items() |
| 177 | if isinstance(y, File)} |
| 178 | get_local_dict = classmethod(get_local_dict) |
| 179 | |
| 180 | def get_URL_dict(cls): |
no test coverage detected