File: use_calc_mean_deco.py

package info (click to toggle)
python-deprecated 1.2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,308 kB
  • sloc: python: 1,458; makefile: 32
file content (3 lines) | stat: -rw-r--r-- 53 bytes parent folder | download | duplicates (3)
1
2
3
from calc_mean_deco import mean

print(mean.__doc__)