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 7715f68 commit d3df7fb
Show file tree
Hide file tree
Showing 9 changed files with 26,005 additions and 0 deletions.
238 changes: 238 additions & 0 deletions src/amrex/space1d/__init__.pyi

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/amrex/space1d/amrex_1d_pybind/ParallelDescriptor.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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 d3df7fb

Please sign in to comment.