File: recursion.py

package info (click to toggle)
python-cleo 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,120 kB
  • sloc: python: 8,293; makefile: 22; sh: 2
file content (2 lines) | stat: -rw-r--r-- 53 bytes parent folder | download | duplicates (2)
1
2
def recursion_error() -> None:
    recursion_error()