Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 14, 2024
1 parent 11644f9 commit 69176ed
Show file tree
Hide file tree
Showing 9 changed files with 34,830 additions and 35,511 deletions.
753 changes: 244 additions & 509 deletions src/amrex/space1d/__init__.pyi

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 69176ed

Please sign in to comment.