MCPcopy Create free account
hub / github.com/SpaceZephyr/myskill / _format_location

Method _format_location

workingnomads-scraper/scripts/parser.py:43–47  ·  view source on GitHub ↗

格式化地点

(self, locations: list)

Source from the content-addressed store, hash-verified

41 }
42
43 def _format_location(self, locations: list) -> str:
44 """格式化地点"""
45 if not locations:
46 return "Remote"
47 return ", ".join(locations[:3])
48
49 def _format_salary(self, source: dict) -> str:
50 """格式化薪资信息"""

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected