(self)
| 621 | return labels_out |
| 622 | |
| 623 | def serialize_for_export(self): |
| 624 | # Just basic information for now till we review / look at other stats thing here |
| 625 | |
| 626 | return { |
| 627 | 'name': self.name, |
| 628 | 'project_string_id': self.project_string_id |
| 629 | } |
| 630 | |
| 631 | def gen_initial_dir_list(self): |
| 632 |
no outgoing calls
no test coverage detected