|
|
|
|
|
by auscompgeek
1059 days ago
|
|
The ChromiumOS Python style guide notes the difference between Google's public Python style guide and their internal one. > New projects should use that unmodified public Python Google style guide (4 space indent with methods_with_underscores). Historically, we adopted a style that was congruent with Google internal Python style guide (2 spaces with MethodsAsCamelCase). https://chromium.googlesource.com/chromiumos/docs/+/HEAD/sty... |
|