##// END OF EJS Templates
FIX/API: use inspect.signature for python3...
FIX/API: use inspect.signature for python3 This allows functions with keyword-only arguments to have their signatures introspected. Also makes this bit of code 3.6 compatible. This slightly changes the API in python 3 as all of arguments are available for completion, not just the optional ones.

File last commit:

r11758:e7c96312
r21641:444c223a
Show More
index.rst
12 lines | 163 B | text/x-rst | RstLexer
Fernando Perez
Update docs for automatic API building.
r1850 .. _api-index:
###################
The IPython API
###################
.. htmlonly::
:Release: |version|
:Date: |today|
Paul Ivanov
fix api docs post txt -> rst rename
r11758 .. include:: generated/gen.txt