Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ WeatherLocation
Class
WeatherLocation
test/ext/test_horizontal_shard.py:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
global WeatherLocation, Report
168
169
class
WeatherLocation:
170
def
__init__(self, continent, city):
171
self.continent = continent
172
self.city = city
173
174
class
Report:
175
def
__init__(self, temperature, id_=None):
Callers
1
_fixture_data
Method · 0.70
Calls
no outgoing calls
Tested by
1
_fixture_data
Method · 0.56