Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX/API: use inspect.signature for python3 #8795

Merged
merged 3 commits into from
Sep 12, 2015

Commits on Sep 8, 2015

  1. 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.
    tacaswell committed Sep 8, 2015
    Configuration menu
    Copy the full SHA
    444c223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad3e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a95d9a View commit details
    Browse the repository at this point in the history