mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Decode bytes to strings in Python Object API (#8551)
This commit is contained in:
@@ -104,7 +104,7 @@ JAVA_OPTS = ["--java"]
|
||||
KOTLIN_OPTS = ["--kotlin"]
|
||||
PHP_OPTS = ["--php"]
|
||||
DART_OPTS = ["--dart"]
|
||||
PYTHON_OPTS = ["--python", "--python-typing"]
|
||||
PYTHON_OPTS = ["--python", "--python-typing", "--python-decode-obj-api-string"]
|
||||
BINARY_OPTS = ["-b", "--schema", "--bfbs-comments", "--bfbs-builtins"]
|
||||
PROTO_OPTS = ["--proto"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user