(self, auto_start=False, **kwargs)
| 71 | ] |
| 72 | |
| 73 | def __init__(self, auto_start=False, **kwargs): |
| 74 | super().__init__() |
| 75 | self._name = "LocateControl" |
| 76 | self.auto_start = auto_start |
| 77 | self.options = remove_empty(**kwargs) |
nothing calls this directly
no test coverage detected