Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google App Engineエンティティ(Python)を辞書オブジェクトにコピーする良い方法は何ですか? db.Expando オブジェクトを使用しています。すべてのプロパティは expando プロパティです。
ありがとう!
これを試して。"m" は、ディクショナリに変換する Expando のインスタンスです。
dict([(x,getattr(m,x)) for x in m.dynamic_properties()])