MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / InvalidGeolocationFormat

Class InvalidGeolocationFormat

api/database/metadata_repo.py:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126class InvalidGeolocationFormat(Exception):
127 def __init__(self, message="Invalid geolocation format, expected: long, lat, radius"):
128 self.message = message
129 super().__init__(self.message)
130
131
132async def process_geolocation(target: str, geolocation: str):

Callers 1

process_geolocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected