(self, x)
| 82 | return uid_n, item_n, cate_n, shop_n, node_n, product_n, brand_n |
| 83 | |
| 84 | def map_item(self, x): |
| 85 | return int(self.item_dict.get(x, -1)) |
| 86 | |
| 87 | def map_user(self, x): |
| 88 | return int(self.user_dict.get(x, -1)) |
no outgoing calls
no test coverage detected