MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Report

Class Report

test/ext/test_horizontal_shard.py:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 self.city = city
173
174 class Report:
175 def __init__(self, temperature, id_=None):
176 self.temperature = temperature
177 if id_:
178 self.id = id_
179
180 weather_locations = cls.tables.weather_locations
181

Callers 1

_fixture_dataMethod · 0.70

Calls

no outgoing calls

Tested by 1

_fixture_dataMethod · 0.56