Home
last modified time | relevance | path

Searched defs:bytes_warning (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dwarnings.py417 bytes_warning = sys.flags.bytes_warning variable
/external/python/cpython3/Lib/unittest/test/
Dtest_case.py1140 def bytes_warning(): function
1144 def bytes_warning(): function
/external/python/cpython3/Lib/test/
Dtest_bytes.py1637 def bytes_warning(): function
/external/python/cpython3/Modules/
Dmain.c443 int bytes_warning; /* Py_BytesWarningFlag, -b */ member