-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbusCaller=None + defer.inlineCallbacks silently does not work #21
Comments
That's probably because you're using the @defer.inlineCallbacks decorator On Thu, Nov 20, 2014 at 3:02 PM, Коренберг Марк [email protected]
|
No, this does not work even with
Why? Because
and use it like this:
And this works! |
I don't understand why such functions are marked in this odd way, and also requiring to use inspect module... Why not to implement |
Oh I see. It's probably because of the function decorator. The inspect On Fri, Nov 21, 2014 at 2:15 PM, Коренберг Марк [email protected]
|
Did not understood:
Can you implement |
This does not work (prints None) silently and does not even say that something wrong.
The text was updated successfully, but these errors were encountered: