> On Feb 12, 2015, at 12:38 PM, Luciano Ramalho <[email protected]> wrote: > > The asyncio code often uses the inspect module to determine the kind > of function, right?
From the caller's perspective (i.e. the reader of the documentation), though, isn't a method that returns an asyncio Future more or less the same as a coroutine-decorated method? How will the tools pick that up? -g
