On Wednesday, November 24, 2021 at 9:06:21 AM UTC-5 Edward K. Ream wrote: > *Note*: The leading whitespace (lws) of the @others line will be the lws > of the first inner class or def contained in TheClass. >
After a class() line, there are two other non-comment, non-blank lines that could happen before the first *def* line: 1. A docstring; 2. A class variable assignment I think the code generator should not overlook these kinds of lines by only looking for a *def* line. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/ee55a001-df44-4433-8f26-4966f10b37ddn%40googlegroups.com.
