(cls, disappear_time)
| 245 | |
| 246 | @classmethod |
| 247 | def get_spawn_time(cls, disappear_time): |
| 248 | return (disappear_time + 2700) % 3600 |
| 249 | |
| 250 | @classmethod |
| 251 | def get_spawnpoints(cls, southBoundary, westBoundary, northBoundary, eastBoundary): |
no outgoing calls
no test coverage detected