def post_ndb_process(payload, context):
"""
"""
stubs = context.get(NDB_STUB_NAME, None)
if not stubs:
return payload
stubs.transform()
return payload
# small optimisation to compile the ndb.Model base class
_google_appengine_ext_ndb.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录