(self)
| 583 | |
| 584 | |
| 585 | def __str__(self): |
| 586 | return ( |
| 587 | f"{Light.types_lookup[self.type]:8} | Position: {self.x:.3f} {self.y:.3f}, {self.z:.3f}" |
| 588 | ) |
| 589 | |
| 590 | |
| 591 | def render_shadow(lights, objs) -> tuple: |
nothing calls this directly
no outgoing calls
no test coverage detected