-
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
Showing
9 changed files
with
34,830 additions
and
35,511 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,8 +1,10 @@ | ||
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,941 changes: 11,001 additions & 10,940 deletions
21,941
src/amrex/space1d/amrex_1d_pybind/__init__.pyi
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.