On Tue, Aug 12, 2025 at 8:26 AM Thomas Passin wrote:

I suppose that the main trick is to understand what is in a postamble and
> how to know that it isn't part of the last method of a class.


Python is unique in this regard. Indentation determines structure. For many
other languages, the nesting of curly braces determines structure.

Aside from that, the indentation of an "@others" line (and a "<< section
> >>" line) would equal the indentation of the first line of their text.


Not quite. The indentation of @others must be the maximum *common* indentation
of all methods (child nodes). An underindented line typically means
that @others must have no indentation.

Edward

-- 
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 visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS3RO8uz9N%2B87qD%3Dr29K5DGNnGv5_Nz_U4pGGgjZ%2B7gL_Q%40mail.gmail.com.

Reply via email to