作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试在 Eve 中使用 pre_get 事件 Hook ,但是当尝试在网页上运行示例时,我收到以下错误消息:
TypeError: pre_get_callback() missing 1 required positional argument: 'lookup'.
完整的简短转储可在 gist.github 获取。
这是我的代码
def pre_get_callback(resource, request, lookup):
print ('A GET request on the "%s" endpoint has just been received!' % resource)
lookup["username"] = {'$exists': True}
我使用的是 Python 3.3 和最新版本的 Eve。
最佳答案
lookup
是 0.4 版本的功能 ( changelog )。您可能使用的是 v0.3 或更低版本。如果是这种情况,一个简单的
pip install eve --upgrade
将解决您的问题。顺便说一下,Eve 0.4 昨天发布了。
关于python - 在 Eve 中使用 get 事件 Hook 时 "TypeError: pre_get_callback() missing 1 required positional argument: ' 查找 '",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24341017/
我尝试在 Eve 中使用 pre_get 事件 Hook ,但是当尝试在网页上运行示例时,我收到以下错误消息: TypeError: pre_get_callback() missing 1 requ
我是一名优秀的程序员,十分优秀!