(cls, context)
| 312 | |
| 313 | @classmethod |
| 314 | def poll(cls, context): |
| 315 | ko = search.active_key_object(context) |
| 316 | static = ko and ko.data and not ko.st2.has_keyframes(ko) |
| 317 | if static: |
| 318 | return True |
| 319 | |
| 320 | def draw(self, context): |
| 321 | layout = self.layout |
nothing calls this directly
no test coverage detected