Skip to content
Snippets Groups Projects
Commit ea5bac92 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

back to staticmethod

parent f772a17e
No related branches found
No related tags found
1 merge request!5Extend mdspan interface and fix mdspan memory layout mapping
Pipeline #71135 passed
...@@ -160,9 +160,8 @@ class StdMdspan(SrcField): ...@@ -160,9 +160,8 @@ class StdMdspan(SrcField):
return Extraction() return Extraction()
@classmethod @staticmethod
def from_field( def from_field(
cls,
field: Field, field: Field,
extents_type: UserTypeSpec = PsUnsignedIntegerType(64), extents_type: UserTypeSpec = PsUnsignedIntegerType(64),
layout_policy: str | None = None, layout_policy: str | None = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment