mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 05:25:42 +00:00
expand docstring
This commit is contained in:
@ -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
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user