File: deadcode_string.py

package info (click to toggle)
python-executing 2.2.0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,840 kB
  • sloc: python: 10,235; sh: 44; makefile: 11
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)