[IPython-dev] ShellChannel.object_info equivalent?

Matthias Bussonnier bussonniermatthias at gmail.com
Wed May 6 12:51:04 EDT 2015


Hi Dino,

the problem with doc string, args, var args, var kw, and defaults was
it was purely python specific, so we replaced it with something more
generic.

maybe the response have metadata, or is a mimebundle so if you want
more granular structured info you could used it there.
-- 
M

On Tue, May 5, 2015 at 1:06 PM, Dino Viehland <dinov at microsoft.com> wrote:
> Is there a new equivalent to ShellChannel.object_info in 3.0+?  I see that
> there’s now a KernelClient.inspect that seems similar but it doesn’t return
> the information at the same level of granularity – previously we’d get back
> the doc string, args, var args, var kw, and defaults.  Now it seems like the
> reply just includes a textual representation without any of the information
> broken out.
>
>
>
> Is there any way to get the more detailed information?
>
>
>
>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>



More information about the IPython-dev mailing list