chaokunyang commented on code in PR #3244:
URL: https://github.com/apache/fory/pull/3244#discussion_r2744357171


##########
compiler/fory_compiler/generators/python.py:
##########
@@ -141,6 +141,64 @@ class PythonGenerator(BaseGenerator):
         PrimitiveKind.ANY: "None",
     }
 
+    def wrap_line(

Review Comment:
   Does this func handle cpp macro registeration and Python indent right? 
   
    We don't have semantics ath this line level. Maybe it will be more safe If 
we add line breaker When generating code in each language. Or add line breaker 
at last it that make sense



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to