(fit, src, context, projectionRange, **kwargs)
| 24512 | |
| 24513 | @staticmethod |
| 24514 | def handler(fit, src, context, projectionRange, **kwargs): |
| 24515 | fit.extraAttributes['speedLimit'] = src.getModifiedItemAttr('speedLimit') |
| 24516 | |
| 24517 | |
| 24518 | class Effect6164(BaseEffect): |
nothing calls this directly
no test coverage detected