Skip to content

Commit 458c9ae

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent b3d97c8 commit 458c9ae

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

+4
Original file line numberDiff line numberDiff line change
@@ -5212,6 +5212,10 @@ class FabArrayBase:
52125212
def __iter__(fab): ...
52135213
@staticmethod
52145214
def _pybind11_conduit_v1_(*args, **kwargs): ...
5215+
def __len__(self) -> int:
5216+
"""
5217+
Return the number of FABs in the FabArray.
5218+
"""
52155219
def is_nodal(self, arg0: int) -> bool: ...
52165220
@property
52175221
def is_all_cell_centered(self) -> bool: ...

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

+4
Original file line numberDiff line numberDiff line change
@@ -5236,6 +5236,10 @@ class FabArrayBase:
52365236
def __iter__(fab): ...
52375237
@staticmethod
52385238
def _pybind11_conduit_v1_(*args, **kwargs): ...
5239+
def __len__(self) -> int:
5240+
"""
5241+
Return the number of FABs in the FabArray.
5242+
"""
52395243
def is_nodal(self, arg0: int) -> bool: ...
52405244
@property
52415245
def is_all_cell_centered(self) -> bool: ...

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

+4
Original file line numberDiff line numberDiff line change
@@ -5212,6 +5212,10 @@ class FabArrayBase:
52125212
def __iter__(fab): ...
52135213
@staticmethod
52145214
def _pybind11_conduit_v1_(*args, **kwargs): ...
5215+
def __len__(self) -> int:
5216+
"""
5217+
Return the number of FABs in the FabArray.
5218+
"""
52155219
def is_nodal(self, arg0: int) -> bool: ...
52165220
@property
52175221
def is_all_cell_centered(self) -> bool: ...

0 commit comments

Comments
 (0)