mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
This commit is contained in:
@@ -1239,7 +1239,7 @@ class PythonGenerator : public BaseGenerator {
|
||||
auto& code = *code_ptr;
|
||||
|
||||
code += "\n";
|
||||
code += "def Create" + namer_.Type(struct_def);
|
||||
code += "def Create" + namer_.Function(struct_def);
|
||||
code += "(builder";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user