Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
def
print_area(area_list):
37
for
area in area_list:
38
print(
'【{}】 {}'
.format(area[
'id'
], area[
'name'
]))
39
print(
'-------------------------------------------------'
)
40
41
42
def
select_area(area_list):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected