blob: 4c560b524e31819129692a721b1b0421e601473d (
plain)
1
2
3
4
5
6
7
|
## Python Coding Standards
Please follow:
* [Thrift General Coding Standards](/doc/coding_standards.md)
* Code Style for Python Code [PEP8](http://legacy.python.org/dev/peps/pep-0008/)
When in doubt - check with <http://www.pylint.org/> or online with <http://pep8online.com>.
|