Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and github-actions[bot] committed Jan 29, 2025
1 parent b3d97c8 commit 458c9ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/amrex/space1d/amrex_1d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5212,6 +5212,10 @@ class FabArrayBase:
def __iter__(fab): ...
@staticmethod
def _pybind11_conduit_v1_(*args, **kwargs): ...
def __len__(self) -> int:
"""
Return the number of FABs in the FabArray.
"""
def is_nodal(self, arg0: int) -> bool: ...
@property
def is_all_cell_centered(self) -> bool: ...
Expand Down
4 changes: 4 additions & 0 deletions src/amrex/space2d/amrex_2d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5236,6 +5236,10 @@ class FabArrayBase:
def __iter__(fab): ...
@staticmethod
def _pybind11_conduit_v1_(*args, **kwargs): ...
def __len__(self) -> int:
"""
Return the number of FABs in the FabArray.
"""
def is_nodal(self, arg0: int) -> bool: ...
@property
def is_all_cell_centered(self) -> bool: ...
Expand Down
4 changes: 4 additions & 0 deletions src/amrex/space3d/amrex_3d_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5212,6 +5212,10 @@ class FabArrayBase:
def __iter__(fab): ...
@staticmethod
def _pybind11_conduit_v1_(*args, **kwargs): ...
def __len__(self) -> int:
"""
Return the number of FABs in the FabArray.
"""
def is_nodal(self, arg0: int) -> bool: ...
@property
def is_all_cell_centered(self) -> bool: ...
Expand Down

0 comments on commit 458c9ae

Please sign in to comment.