(self)
| 546 | } |
| 547 | |
| 548 | def serialize_instance_list_only(self): |
| 549 | return [instance.serialize_with_label() for instance in self.instance_list] |
| 550 | |
| 551 | @staticmethod |
| 552 | def get_by_id(session, file_id, with_for_update = False, nowait = False, skip_locked = False): |
nothing calls this directly
no test coverage detected