]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/lib/py/coding_standards.md
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / lib / py / coding_standards.md
1 ## Python Coding Standards
2
3 Please follow:
4 * [Thrift General Coding Standards](/doc/coding_standards.md)
5 * Code Style for Python Code [PEP8](http://legacy.python.org/dev/peps/pep-0008/)
6
7 When in doubt - check with <http://www.pylint.org/> or online with <http://pep8online.com>.