mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fix docstring for openmc.reserve_ids
This commit is contained in:
parent
3aa456fd4b
commit
3a8205c6d9
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ def reserve_ids(ids, cls=None):
|
|||
----------
|
||||
ids : iterable of int
|
||||
IDs to reserve
|
||||
cls : type or None
|
||||
Class for which IDs should be reserved. If None, all classes that have
|
||||
auto-generated IDs will be used.
|
||||
|
||||
"""
|
||||
if cls is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue