Home
last modified time | relevance | path

Searched refs:__tablename__ (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py42 __tablename__ = "unihashes_v3" variable in UnihashesV3
57 __tablename__ = "outhashes_v2" variable in OuthashesV2
77 __tablename__ = "users" variable in Users
87 __tablename__ = "config" variable in Config
104 __tablename__ = "unihashes_v2" variable in UnihashesV2
143 if await conn.run_sync(check_table_exists, UnihashesV2.__tablename__):