File: deadcode_string.py

package info (click to toggle)
python-executing 2.2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,860 kB
  • sloc: python: 10,235; sh: 48; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8

b'\x00' * 10000

if not b'\0' *10000:
    print(5)

if not b'\0' *4000:
    print(5)