mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
expand docstring
This commit is contained in:
parent
c9f0528dfc
commit
750e3297cc
@ -415,6 +415,7 @@ def extract_serial_numbers(serials, expected_quantity, next_number: int):
|
|||||||
- Serial numbers can be supplied as <start>+<length> for getting <length> numbers starting from <start>
|
- Serial numbers can be supplied as <start>+<length> for getting <length> numbers starting from <start>
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
serials: input string with patterns
|
||||||
expected_quantity: The number of (unique) serial numbers we expect
|
expected_quantity: The number of (unique) serial numbers we expect
|
||||||
next_number(int): the next possible serial number
|
next_number(int): the next possible serial number
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user