• Louie Lu's avatar
    bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822) · 3b0f620c
    Louie Lu yazdı
    Idlelib.calltips.get_argspec now uses inspect.signature instead of inspect.getfullargspec, like help() does.  This improves the signature in the call tip in a few different cases, including builtins converted to provide a signature.  A message is added if the object is not callable, has an invalid signature, or if it has positional-only parameters.
    Patch by Louie Lu.
    3b0f620c
Adı
Son kayıt (commit)
Son güncelleme
..
README.txt Loading commit data...
__init__.py Loading commit data...
htest.py Loading commit data...
mock_idle.py Loading commit data...
mock_tk.py Loading commit data...
test_autocomplete.py Loading commit data...
test_autoexpand.py Loading commit data...
test_calltips.py Loading commit data...
test_colorizer.py Loading commit data...
test_config.py Loading commit data...
test_config_key.py Loading commit data...
test_configdialog.py Loading commit data...
test_debugger.py Loading commit data...
test_delegator.py Loading commit data...
test_editmenu.py Loading commit data...
test_editor.py Loading commit data...
test_grep.py Loading commit data...
test_help.py Loading commit data...
test_help_about.py Loading commit data...
test_history.py Loading commit data...
test_hyperparser.py Loading commit data...
test_iomenu.py Loading commit data...
test_macosx.py Loading commit data...
test_paragraph.py Loading commit data...
test_parenmatch.py Loading commit data...
test_pathbrowser.py Loading commit data...
test_percolator.py Loading commit data...
test_query.py Loading commit data...
test_redirector.py Loading commit data...
test_replace.py Loading commit data...
test_rstrip.py Loading commit data...
test_scrolledlist.py Loading commit data...
test_search.py Loading commit data...
test_searchbase.py Loading commit data...
test_searchengine.py Loading commit data...
test_text.py Loading commit data...
test_textview.py Loading commit data...
test_tree.py Loading commit data...
test_undo.py Loading commit data...
test_warning.py Loading commit data...