shapix.claw¶
shapix.claw contains one public helper:
shapix_this_package¶
shapix_this_package(*, conf: BeartypeConf = BeartypeConf()) -> None
It forwards directly to beartype.claw.beartype_this_package, but gives shapix users a semantic entry point that matches the rest of the library.
Example¶
All subsequently imported submodules in your_package are instrumented with beartype, so shapix array annotations start working there automatically.