发生这种情况的原因可能是某个APIviews具有重复的筛选器。在我的示例中,我复制了搜索筛选器。它在filter...
Filing because the assertion error in the traceback asks me to. Would not have reported the issue, otherwise. Basically, if we override__init_subclass__, and attempt to callcls.model_json_schemainside it, we encounter the assertion error. ...
defhandle_sdr_result(self,body,message):LOG.debug(body,json=True)assert_is_not_none(body)assert_is_not_none(message) message.ack() self.__task_worker.stop() self.__task_worker =None 开发者ID:logtraynor,项目名称:RackHD,代码行数:7,代码来源:amqp_tests.py 示例11: get_package_test_info ...