Replies: 1 comment
-
|
Excellent! A genuine problem. Been awhile since I've seen one of these. I was starting to think @beartype worked. If you wouldn't mind, let's shift this over to issue #339: "[Feature Request] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Is it possible to allow partials, C-based callables, etc. when using
beartype_this_package? I'm writing a function piping class:But am getting the following error when trying to test it with a partial function:
I am assuming that users of the class already know the type hints of the final function.
Thank you kindly for the help, and sorry in advance for a general lack of knowledge regarding Python's internals! 😅
Beta Was this translation helpful? Give feedback.
All reactions