File: testcs.py

package info (click to toggle)
rl-accel 0.9.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: ansic: 1,199; python: 101; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
from sys import getrefcount
from _rl_accel import calcChecksum

print(f'{calcChecksum(b"Hello cruel world!")=}')