-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c68a418
commit 0c8cf6a
Showing
28 changed files
with
32,417 additions
and
34,342 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
from __future__ import annotations | ||
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs'] | ||
def IOProcessor() -> bool: | ||
... | ||
def IOProcessorNumber() -> int: | ||
... | ||
def MyProc() -> int: | ||
... | ||
def NProcs() -> int: | ||
... | ||
|
||
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"] | ||
|
||
def IOProcessor() -> bool: ... | ||
def IOProcessorNumber() -> int: ... | ||
def MyProc() -> int: ... | ||
def NProcs() -> int: ... |
21,201 changes: 10,156 additions & 11,045 deletions
21,201
src/amrex/space1d/amrex_1d_pybind/__init__.pyi
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
from __future__ import annotations | ||
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs'] | ||
def IOProcessor() -> bool: | ||
... | ||
def IOProcessorNumber() -> int: | ||
... | ||
def MyProc() -> int: | ||
... | ||
def NProcs() -> int: | ||
... | ||
|
||
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"] | ||
|
||
def IOProcessor() -> bool: ... | ||
def IOProcessorNumber() -> int: ... | ||
def MyProc() -> int: ... | ||
def NProcs() -> int: ... |
23,231 changes: 11,153 additions & 12,078 deletions
23,231
src/amrex/space2d/amrex_2d_pybind/__init__.pyi
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
from __future__ import annotations | ||
__all__ = ['IOProcessor', 'IOProcessorNumber', 'MyProc', 'NProcs'] | ||
def IOProcessor() -> bool: | ||
... | ||
def IOProcessorNumber() -> int: | ||
... | ||
def MyProc() -> int: | ||
... | ||
def NProcs() -> int: | ||
... | ||
|
||
__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"] | ||
|
||
def IOProcessor() -> bool: ... | ||
def IOProcessorNumber() -> int: ... | ||
def MyProc() -> int: ... | ||
def NProcs() -> int: ... |
Oops, something went wrong.