Python google.appengine.ext.ndb 模块,PickleProperty() 实例源码

我们从Python开源项目中,提取了以下1个代码示例,用于说明如何使用google.appengine.ext.ndb.PickleProperty()

项目:start    作者:argeweb    | 项目源码 | 文件源码
def convert_PickleProperty(self, model, prop, kwargs):
        """Returns a form field for a ``ndb.PickleProperty``."""
        return None