[ty] Add into_callable method for Type#19130
Merged
carljm merged 12 commits intoastral-sh:mainfrom Jul 4, 2025
Merged
Conversation
Contributor
|
AlexWaygood
reviewed
Jul 3, 2025
Member
AlexWaygood
left a comment
There was a problem hiding this comment.
This is great! I think it's exactly the direction we want to head in, as it will make subtyping/assignability between various types and protocols with __call__ methods easier too.
AlexWaygood
reviewed
Jul 3, 2025
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
Contributor
Author
|
Seems like they're caught in mypy primer, ill make them return None but add a todo comment |
carljm
approved these changes
Jul 4, 2025
Contributor
carljm
left a comment
There was a problem hiding this comment.
This looks great, thank you!
cc @abhijeetbodas2001, I think my review comments on your returns-Never PR mentioned wanting this method.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Was just playing around with this, there's definitely more to do with this function, but it seems like maybe a better option than having so many arms in has_relation_to for (_, Callable).
Not super invested in this but wanting to hear opinions if people have time