mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 22:18:58 +08:00
cdfad2a54f
Allows ``__funcname`` to be passed to preprocessors like expect_types and expect_dtypes to override the name displayed in error messages. This is useful for providing clearer errors for ``__init__`` and ``__new__`` methods in classes.