Google Python Style Guide
Line length link Maximum line length is 80 characters. Exceptions: • Long import statements. • URLs in comments. Do not use backslash line continuation. Make use of Python’s implicit line joining ('This will build a very long long ' 'long long long long long long string') Within comments, put long URLs on their own line if necessary. Yes: # See details at # https://www.example.com/us/developer/doc0 码力 | 30 页 | 94.81 KB | 1 年前3
共 1 条
- 1