Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and github-actions[bot] committed Aug 14, 2024
1 parent c68a418 commit 0c8cf6a
Show file tree
Hide file tree
Showing 28 changed files with 32,417 additions and 34,342 deletions.
324 changes: 290 additions & 34 deletions src/amrex/space1d/__init__.pyi

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions src/amrex/space1d/amrex_1d_pybind/ParallelDescriptor.pyi
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 src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Large diffs are not rendered by default.

348 changes: 314 additions & 34 deletions src/amrex/space2d/__init__.pyi

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions src/amrex/space2d/amrex_2d_pybind/ParallelDescriptor.pyi
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 src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Large diffs are not rendered by default.

322 changes: 289 additions & 33 deletions src/amrex/space3d/__init__.pyi

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions src/amrex/space3d/amrex_3d_pybind/ParallelDescriptor.pyi
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: ...
Loading

0 comments on commit 0c8cf6a

Please sign in to comment.