Home
last modified time | relevance | path

Searched refs:pep8 (Results 1 – 15 of 15) sorted by relevance

/external/python/apitools/
Dtox.ini35 [pep8] section
44 pep8 argument
47 pep8
/external/python/uritemplates/
Dtox.ini9 pep8,
16 [testenv:pep8]
/external/python/google-api-python-client/
DMakefile1 pep8: target
2 find googleapiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
/external/autotest/
D.style.yapf2 based_on_style = pep8
/external/tensorflow/tensorflow/tools/ci_build/
Dpep81 [pep8]
/external/python/rsa/
Dtox.ini19 [pep8] section
/external/python/httplib2/script/
Dtest19 pep8)
/external/python/mock/
Dunittest.cfg82 pep8 = False
/external/scapy/
DCONTRIBUTING.md68 [pep8](https://pypi.python.org/pypi/pep8).
/external/yapf/
DREADME.rst115 example "pep8" or "google"), or the name of a file
116 with style settings. The default is pep8 unless a
148 the predefined styles (e.g., ``pep8`` or ``google``), a path to a configuration
157 based_on_style = pep8
251 >>> FormatCode("def g():\n return True", style_config='pep8')
/external/bcc/
DCONTRIBUTING-SCRIPTS.md35 1. **Use pep8 to check Python style**: pep8 --show-source --ignore=E123,E125,E126,E127,E128,E302 fi…
/external/yapf/yapf/yapflib/
Dstyle.py358 pep8=CreatePEP8Style,
/external/python/cpython3/Misc/NEWS.d/
D3.6.2rc1.rst783 Help-about: use pep8 names and add tests. Increase coverage to 100%. Patches
D3.7.0a1.rst6188 Help-about: use pep8 names and add tests. Increase coverage to 100%. Patches
/external/python/cpython3/Lib/idlelib/
DNEWS.txt524 bpo-30290: Help-about: use pep8 names and add tests.