commit | dd2d4de349f827c8390d00f7f5c0e3759b8b9e0d | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Thu Feb 13 15:08:29 2025 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Fri Feb 14 12:46:47 2025 -0500 |
tree | affc69ee8be1797e35ff7bd05d634f3f6cfe4d82 | |
parent | 17c89ffc0a5ccedc3547b9f1578f2a3630d7ef15 [diff] |
gdb/python/dap: prefix internal attributes with underscore I'm currently reading the DAP code, and I think this would help. This is pretty much standard Python style, we do it as some places but not others. I think it helps readability, by saying that this attribute isn't mean to be accessed outside the class. A similar pass could be done for internal methods, I haven't done that. Change-Id: I8e8789b39adafe62d14404d19f7fc75e2a364e01 Approved-By: Tom Tromey <tom@tromey.com>