mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
Decode bytes to strings in Python Object API (#8551)
This commit is contained in:
@@ -710,6 +710,7 @@ struct IDLOptions {
|
||||
/********************************** Python **********************************/
|
||||
bool python_no_type_prefix_suffix;
|
||||
bool python_typing;
|
||||
bool python_decode_obj_api_strings=false;
|
||||
|
||||
// The target Python version. Can be one of the following:
|
||||
// - "0"
|
||||
|
||||
Reference in New Issue
Block a user