jax Source code in src/einmesh/jax.py 14 15def einmesh(pattern: str, **kwargs: SpaceType) -> jax.Array: return _einmesh(pattern, backend=JaxBackend(), **kwargs) # pyright: ignore[reportReturnType]