Skip to content

Commit

Permalink
Update src/clp_ffi_py/ir/native/decoding_methods.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: davidlion <[email protected]>
  • Loading branch information
LinZhihao-723 and davidlion authored Jul 5, 2024
1 parent a8d57ca commit c33404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clp_ffi_py/ir/native/decoding_methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ concept TerminateHandlerSignature = requires(TerminateHandler handler) {
* to determine whether to swallow the incomplete IR exception.
* @param decoder_buffer
* @param allow_incomplete_stream A flag to indicate whether the incomplete stream error should be
* ignored. If it is set to true, incomplete stream error
* ignored. If it is set to true, incomplete stream error.
* @param std::nullopt if more data is loaded.
* @param PyNone if the IR stream is incomplete and allowed.
* @param nullptr if the IR stream is incomplete not allowed, with the relevant Python exceptions
Expand Down

0 comments on commit c33404f

Please sign in to comment.