(self)
| 391 | |
| 392 | |
| 393 | def __len__(self): |
| 394 | # print("self.hairstyles_path_list",self.hairstyles_path_list) |
| 395 | return len(self.hairstyles_path_list) |
| 396 | |
| 397 | def __getitem__(self, idx): |
| 398 | out_dict = {} |
nothing calls this directly
no outgoing calls
no test coverage detected