Ask a question to get started
Enter to send•Shift+Enter new line
Parse the array from the request parameters.
parse_array( self, array: str, original_request_params: str ) -> tuple[list[int | str], str]
array
str
The array string to parse.
original_request_params
The original request parameters string.