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 Sep 1, 2023
1 parent 4515577 commit 391d2df
Show file tree
Hide file tree
Showing 9 changed files with 24,805 additions and 0 deletions.
474 changes: 474 additions & 0 deletions src/amrex/space1d/__init__.pyi

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/amrex/space1d/amrex_1d_pybind/ParallelDescriptor.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from __future__ import annotations

__all__ = ["IOProcessor", "IOProcessorNumber", "MyProc", "NProcs"]

def IOProcessor() -> bool: ...
def IOProcessorNumber() -> int: ...
def MyProc() -> int: ...
def NProcs() -> int: ...
Loading

0 comments on commit 391d2df

Please sign in to comment.