8000 Add support of multi-signatures by skirpichev · Pull Request #7 · skirpichev/cpython · GitHub
[go: up one dir, main page]

Skip to content

Add support of multi-signatures #7

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from

Conversation

skirpichev
Copy link
Owner

No description provided.

serhiy-storchaka and others added 15 commits April 9, 2024 12:55
* Add inspect.MultiSignature which is a subclass of inspect.Signature.
* Add inspect.signatures().
* inspect.signature() can now return a multi-signature.
* Support multi-signatures in pydoc.
* Support multi-signatures in IDLE calltips.
* Support multi-signatures in dataclasses docstrings.
* Allow multiple @text_signature in Argument Clinic.
* Add representable signatures for all builtin functions and methods of
  builtin classes except type() and super().
 Conflicts:
	Lib/inspect.py
	Lib/pydoc.py
	Lib/test/test_inspect/test_inspect.py
@skirpichev skirpichev changed the title Wip inspect multi signature Add support of multi-signatures Apr 1, 2025
@skirpichev skirpichev closed this Apr 8, 2025
@skirpichev skirpichev deleted the wip-inspect-multi-signature branch April 8, 2025 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0