(cls, context)
| 379 | |
| 380 | @classmethod |
| 381 | def poll(cls, context): |
| 382 | ko = search.active_key_object(context) |
| 383 | if ko and ko.st2.has_keyframes(ko): |
| 384 | return True |
| 385 | else: |
| 386 | return False |
| 387 | |
| 388 | def draw(self, context): |
| 389 | layout = self.layout |
nothing calls this directly
no test coverage detected