File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5212,6 +5212,10 @@ class FabArrayBase:
5212
5212
def __iter__(fab): ...
5213
5213
@staticmethod
5214
5214
def _pybind11_conduit_v1_(*args, **kwargs): ...
5215
+ def __len__(self) -> int:
5216
+ """
5217
+ Return the number of FABs in the FabArray.
5218
+ """
5215
5219
def is_nodal(self, arg0: int) -> bool: ...
5216
5220
@property
5217
5221
def is_all_cell_centered(self) -> bool: ...
Original file line number Diff line number Diff line change @@ -5236,6 +5236,10 @@ class FabArrayBase:
5236
5236
def __iter__(fab): ...
5237
5237
@staticmethod
5238
5238
def _pybind11_conduit_v1_(*args, **kwargs): ...
5239
+ def __len__(self) -> int:
5240
+ """
5241
+ Return the number of FABs in the FabArray.
5242
+ """
5239
5243
def is_nodal(self, arg0: int) -> bool: ...
5240
5244
@property
5241
5245
def is_all_cell_centered(self) -> bool: ...
Original file line number Diff line number Diff line change @@ -5212,6 +5212,10 @@ class FabArrayBase:
5212
5212
def __iter__(fab): ...
5213
5213
@staticmethod
5214
5214
def _pybind11_conduit_v1_(*args, **kwargs): ...
5215
+ def __len__(self) -> int:
5216
+ """
5217
+ Return the number of FABs in the FabArray.
5218
+ """
5215
5219
def is_nodal(self, arg0: int) -> bool: ...
5216
5220
@property
5217
5221
def is_all_cell_centered(self) -> bool: ...
You can’t perform that action at this time.
0 commit comments