(self, image, bottom=75, left=75, **kwargs)
| 46 | ) |
| 47 | |
| 48 | def __init__(self, image, bottom=75, left=75, **kwargs): |
| 49 | super().__init__() |
| 50 | self._name = "FloatImage" |
| 51 | self.image = image |
| 52 | self.bottom = bottom |
| 53 | self.left = left |
| 54 | self.css = kwargs |
nothing calls this directly
no outgoing calls
no test coverage detected