##// 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.
Thomas A Caswell -
r21641:444c223a
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
kernel
lib
sphinxext
terminal
testing
utils
__init__.py Loading ...
__main__.py Loading ...
config.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
frontend.py Loading ...
html.py Loading ...
nbconvert.py Loading ...
nbformat.py Loading ...
parallel.py Loading ...
paths.py Loading ...
qt.py Loading ...