(image)
| 213 | return video |
| 214 | |
| 215 | def read_image(image): |
| 216 | return Image.fromarray(image) |
| 217 | |
| 218 | # when user uploads a new video |
| 219 | motion_sequence.upload(read_video, motion_sequence, motion_sequence) |
nothing calls this directly
no outgoing calls
no test coverage detected