Skip to content

Commit 3a03f7b

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent b47721d commit 3a03f7b

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15170,7 +15170,6 @@ class SmallMatrix_1x6_F_SI1_double:
1517015170
) -> None: ...
1517115171
@typing.overload
1517215172
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15173-
def __str__(self) -> str: ...
1517415173
def __sub__(
1517515174
self, arg0: SmallMatrix_1x6_F_SI1_double
1517615175
) -> SmallMatrix_1x6_F_SI1_double: ...
@@ -15315,7 +15314,6 @@ class SmallMatrix_1x6_F_SI1_float:
1531515314
) -> None: ...
1531615315
@typing.overload
1531715316
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15318-
def __str__(self) -> str: ...
1531915317
def __sub__(
1532015318
self, arg0: SmallMatrix_1x6_F_SI1_float
1532115319
) -> SmallMatrix_1x6_F_SI1_float: ...
@@ -15460,7 +15458,6 @@ class SmallMatrix_1x6_F_SI1_longdouble:
1546015458
) -> None: ...
1546115459
@typing.overload
1546215460
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15463-
def __str__(self) -> str: ...
1546415461
def __sub__(
1546515462
self, arg0: SmallMatrix_1x6_F_SI1_longdouble
1546615463
) -> SmallMatrix_1x6_F_SI1_longdouble: ...
@@ -15605,7 +15602,6 @@ class SmallMatrix_6x1_F_SI1_double:
1560515602
) -> None: ...
1560615603
@typing.overload
1560715604
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15608-
def __str__(self) -> str: ...
1560915605
def __sub__(
1561015606
self, arg0: SmallMatrix_6x1_F_SI1_double
1561115607
) -> SmallMatrix_6x1_F_SI1_double: ...
@@ -15750,7 +15746,6 @@ class SmallMatrix_6x1_F_SI1_float:
1575015746
) -> None: ...
1575115747
@typing.overload
1575215748
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15753-
def __str__(self) -> str: ...
1575415749
def __sub__(
1575515750
self, arg0: SmallMatrix_6x1_F_SI1_float
1575615751
) -> SmallMatrix_6x1_F_SI1_float: ...
@@ -15895,7 +15890,6 @@ class SmallMatrix_6x1_F_SI1_longdouble:
1589515890
) -> None: ...
1589615891
@typing.overload
1589715892
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15898-
def __str__(self) -> str: ...
1589915893
def __sub__(
1590015894
self, arg0: SmallMatrix_6x1_F_SI1_longdouble
1590115895
) -> SmallMatrix_6x1_F_SI1_longdouble: ...
@@ -16050,7 +16044,6 @@ class SmallMatrix_6x6_F_SI1_double:
1605016044
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1605116045
arg1: float,
1605216046
) -> None: ...
16053-
def __str__(self) -> str: ...
1605416047
def __sub__(
1605516048
self, arg0: SmallMatrix_6x6_F_SI1_double
1605616049
) -> SmallMatrix_6x6_F_SI1_double: ...
@@ -16207,7 +16200,6 @@ class SmallMatrix_6x6_F_SI1_float:
1620716200
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1620816201
arg1: float,
1620916202
) -> None: ...
16210-
def __str__(self) -> str: ...
1621116203
def __sub__(
1621216204
self, arg0: SmallMatrix_6x6_F_SI1_float
1621316205
) -> SmallMatrix_6x6_F_SI1_float: ...
@@ -16364,7 +16356,6 @@ class SmallMatrix_6x6_F_SI1_longdouble:
1636416356
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1636516357
arg1: float,
1636616358
) -> None: ...
16367-
def __str__(self) -> str: ...
1636816359
def __sub__(
1636916360
self, arg0: SmallMatrix_6x6_F_SI1_longdouble
1637016361
) -> SmallMatrix_6x6_F_SI1_longdouble: ...

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16502,7 +16502,6 @@ class SmallMatrix_1x6_F_SI1_double:
1650216502
) -> None: ...
1650316503
@typing.overload
1650416504
def __setitem__(self, arg0: int, arg1: float) -> None: ...
16505-
def __str__(self) -> str: ...
1650616505
def __sub__(
1650716506
self, arg0: SmallMatrix_1x6_F_SI1_double
1650816507
) -> SmallMatrix_1x6_F_SI1_double: ...
@@ -16647,7 +16646,6 @@ class SmallMatrix_1x6_F_SI1_float:
1664716646
) -> None: ...
1664816647
@typing.overload
1664916648
def __setitem__(self, arg0: int, arg1: float) -> None: ...
16650-
def __str__(self) -> str: ...
1665116649
def __sub__(
1665216650
self, arg0: SmallMatrix_1x6_F_SI1_float
1665316651
) -> SmallMatrix_1x6_F_SI1_float: ...
@@ -16792,7 +16790,6 @@ class SmallMatrix_1x6_F_SI1_longdouble:
1679216790
) -> None: ...
1679316791
@typing.overload
1679416792
def __setitem__(self, arg0: int, arg1: float) -> None: ...
16795-
def __str__(self) -> str: ...
1679616793
def __sub__(
1679716794
self, arg0: SmallMatrix_1x6_F_SI1_longdouble
1679816795
) -> SmallMatrix_1x6_F_SI1_longdouble: ...
@@ -16937,7 +16934,6 @@ class SmallMatrix_6x1_F_SI1_double:
1693716934
) -> None: ...
1693816935
@typing.overload
1693916936
def __setitem__(self, arg0: int, arg1: float) -> None: ...
16940-
def __str__(self) -> str: ...
1694116937
def __sub__(
1694216938
self, arg0: SmallMatrix_6x1_F_SI1_double
1694316939
) -> SmallMatrix_6x1_F_SI1_double: ...
@@ -17082,7 +17078,6 @@ class SmallMatrix_6x1_F_SI1_float:
1708217078
) -> None: ...
1708317079
@typing.overload
1708417080
def __setitem__(self, arg0: int, arg1: float) -> None: ...
17085-
def __str__(self) -> str: ...
1708617081
def __sub__(
1708717082
self, arg0: SmallMatrix_6x1_F_SI1_float
1708817083
) -> SmallMatrix_6x1_F_SI1_float: ...
@@ -17227,7 +17222,6 @@ class SmallMatrix_6x1_F_SI1_longdouble:
1722717222
) -> None: ...
1722817223
@typing.overload
1722917224
def __setitem__(self, arg0: int, arg1: float) -> None: ...
17230-
def __str__(self) -> str: ...
1723117225
def __sub__(
1723217226
self, arg0: SmallMatrix_6x1_F_SI1_longdouble
1723317227
) -> SmallMatrix_6x1_F_SI1_longdouble: ...
@@ -17382,7 +17376,6 @@ class SmallMatrix_6x6_F_SI1_double:
1738217376
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1738317377
arg1: float,
1738417378
) -> None: ...
17385-
def __str__(self) -> str: ...
1738617379
def __sub__(
1738717380
self, arg0: SmallMatrix_6x6_F_SI1_double
1738817381
) -> SmallMatrix_6x6_F_SI1_double: ...
@@ -17539,7 +17532,6 @@ class SmallMatrix_6x6_F_SI1_float:
1753917532
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1754017533
arg1: float,
1754117534
) -> None: ...
17542-
def __str__(self) -> str: ...
1754317535
def __sub__(
1754417536
self, arg0: SmallMatrix_6x6_F_SI1_float
1754517537
) -> SmallMatrix_6x6_F_SI1_float: ...
@@ -17696,7 +17688,6 @@ class SmallMatrix_6x6_F_SI1_longdouble:
1769617688
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1769717689
arg1: float,
1769817690
) -> None: ...
17699-
def __str__(self) -> str: ...
1770017691
def __sub__(
1770117692
self, arg0: SmallMatrix_6x6_F_SI1_longdouble
1770217693
) -> SmallMatrix_6x6_F_SI1_longdouble: ...

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15203,7 +15203,6 @@ class SmallMatrix_1x6_F_SI1_double:
1520315203
) -> None: ...
1520415204
@typing.overload
1520515205
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15206-
def __str__(self) -> str: ...
1520715206
def __sub__(
1520815207
self, arg0: SmallMatrix_1x6_F_SI1_double
1520915208
) -> SmallMatrix_1x6_F_SI1_double: ...
@@ -15348,7 +15347,6 @@ class SmallMatrix_1x6_F_SI1_float:
1534815347
) -> None: ...
1534915348
@typing.overload
1535015349
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15351-
def __str__(self) -> str: ...
1535215350
def __sub__(
1535315351
self, arg0: SmallMatrix_1x6_F_SI1_float
1535415352
) -> SmallMatrix_1x6_F_SI1_float: ...
@@ -15493,7 +15491,6 @@ class SmallMatrix_1x6_F_SI1_longdouble:
1549315491
) -> None: ...
1549415492
@typing.overload
1549515493
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15496-
def __str__(self) -> str: ...
1549715494
def __sub__(
1549815495
self, arg0: SmallMatrix_1x6_F_SI1_longdouble
1549915496
) -> SmallMatrix_1x6_F_SI1_longdouble: ...
@@ -15638,7 +15635,6 @@ class SmallMatrix_6x1_F_SI1_double:
1563815635
) -> None: ...
1563915636
@typing.overload
1564015637
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15641-
def __str__(self) -> str: ...
1564215638
def __sub__(
1564315639
self, arg0: SmallMatrix_6x1_F_SI1_double
1564415640
) -> SmallMatrix_6x1_F_SI1_double: ...
@@ -15783,7 +15779,6 @@ class SmallMatrix_6x1_F_SI1_float:
1578315779
) -> None: ...
1578415780
@typing.overload
1578515781
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15786-
def __str__(self) -> str: ...
1578715782
def __sub__(
1578815783
self, arg0: SmallMatrix_6x1_F_SI1_float
1578915784
) -> SmallMatrix_6x1_F_SI1_float: ...
@@ -15928,7 +15923,6 @@ class SmallMatrix_6x1_F_SI1_longdouble:
1592815923
) -> None: ...
1592915924
@typing.overload
1593015925
def __setitem__(self, arg0: int, arg1: float) -> None: ...
15931-
def __str__(self) -> str: ...
1593215926
def __sub__(
1593315927
self, arg0: SmallMatrix_6x1_F_SI1_longdouble
1593415928
) -> SmallMatrix_6x1_F_SI1_longdouble: ...
@@ -16083,7 +16077,6 @@ class SmallMatrix_6x6_F_SI1_double:
1608316077
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1608416078
arg1: float,
1608516079
) -> None: ...
16086-
def __str__(self) -> str: ...
1608716080
def __sub__(
1608816081
self, arg0: SmallMatrix_6x6_F_SI1_double
1608916082
) -> SmallMatrix_6x6_F_SI1_double: ...
@@ -16240,7 +16233,6 @@ class SmallMatrix_6x6_F_SI1_float:
1624016233
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1624116234
arg1: float,
1624216235
) -> None: ...
16243-
def __str__(self) -> str: ...
1624416236
def __sub__(
1624516237
self, arg0: SmallMatrix_6x6_F_SI1_float
1624616238
) -> SmallMatrix_6x6_F_SI1_float: ...
@@ -16397,7 +16389,6 @@ class SmallMatrix_6x6_F_SI1_longdouble:
1639716389
arg0: typing.Annotated[list[int], pybind11_stubgen.typing_ext.FixedSize(2)],
1639816390
arg1: float,
1639916391
) -> None: ...
16400-
def __str__(self) -> str: ...
1640116392
def __sub__(
1640216393
self, arg0: SmallMatrix_6x6_F_SI1_longdouble
1640316394
) -> SmallMatrix_6x6_F_SI1_longdouble: ...

0 commit comments

Comments
 (0)