Count the number of scenes.
(self)
| 132 | print('Loading complete') |
| 133 | |
| 134 | def count_scenes(self): |
| 135 | """Count the number of scenes.""" |
| 136 | return len(self.data) |
| 137 | |
| 138 | def list_categories(self): |
| 139 | """List the categories involved in the dataset.""" |
nothing calls this directly
no outgoing calls
no test coverage detected