polars.get_extension_type#

polars.get_extension_type(ext_name: str) type[BaseExtension] | str | None[source]#

Get the extension type class for the given extension name.

If an extension is registered to be passed through as storage, this returns the string “storage”.

Warning

This functionality is currently considered unstable. It may be changed at any point without it being considered a breaking change.