MCPcopy
hub / github.com/tychxn/jd-assistant / print_area

Function print_area

area_id/get_area_id.py:36–39  ·  view source on GitHub ↗
(area_list)

Source from the content-addressed store, hash-verified

34
35
36def print_area(area_list):
37 for area in area_list:
38 print('【{}】 {}'.format(area['id'], area['name']))
39 print('-------------------------------------------------')
40
41
42def select_area(area_list):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected