nameko.testing.waiting¶ Classes¶ WaitResult Functions¶ wait_for_call(obj, target[, callback]) Module Contents¶ class nameko.testing.waiting.WaitResult[源代码]¶ Bases: object sentinel[源代码]¶ res[源代码]¶ exc_info = None[源代码]¶ exception NotReady[源代码]¶ Bases: Exception Common base class for all non-exit exceptions. Initialize self. See help(type(self)) for accurate signature. property has_result[源代码]¶ send(res, exc_info)[源代码]¶ get()[源代码]¶ nameko.testing.waiting.wait_for_call(obj, target, callback=None)[源代码]¶