a
Size: a a a
a
¯
E
$
M
def get_individual_student(self, *condition_list):
with Session(self._engine) as session:
return session.execute(
select(self._student).where(condition_list)
).first()
¯
M
K
Д
КП
K
М
¯
¯
K
М