<title>vpp_papi: Add help() support for python interactive mode</title>
<updated>2016-12-13T16:24:21+00:00</updated>
<author>
<name>Christophe Fontaine</name>
<email>christophe.fontaine@qosmos.com</email>
...</author>
<published>2016-12-09T14:53:47+00:00</published>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/commit/?id=04f4b78ce25a38ca3feef7d454ad20705b379941"/>
<id>urn:sha1:04f4b78ce25a38ca3feef7d454ad20705b379941</id>
<content type="text">
The python api 1.3 removed the ability to call 'help' in interactive
mode.
example:
> help(vpp.sw_interface_span_enable_disable)
Help on function sw_interface_span_enable_disable in module vpp_papi.vpp_papi:
sw_interface_span_enable_disable(**kwargs)
u16 _vl_msg_id, u32 client_index, u32 context, u32 sw_if_index_from, u32 sw_if_index_to, u8 state
Change-Id: Iea1944fdc862482490174ff966592cf3c8208a98
Signed-off-by: Christophe Fontaine <christophe.fontaine@qosmos.com>
</content>