コード例 #1
0
ファイル: auth.py プロジェクト: MaxwellGBrown/notebook
 def get(**kwargs):
     return Session.query(User).filter_by(**kwargs)