(self)
| 147 | self._current_fps = self._pygame_clock.get_fps() |
| 148 | |
| 149 | def get_fps(self): |
| 150 | with self._lock: |
| 151 | return self._current_fps |
| 152 | |
| 153 | |
| 154 | def create_environment(world, sensors, n_vehicles, n_walkers, spawn_points, client): |
no outgoing calls
no test coverage detected