File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff 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: ...
Original file line number Diff line number Diff 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: ...
Original file line number Diff line number Diff 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: ...
You can’t perform that action at this time.
0 commit comments