File: recursion.py

package info (click to toggle)
python-asttokens 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 624 kB
  • sloc: python: 3,560; makefile: 30
file content (3 lines) | stat: -rw-r--r-- 52 bytes parent folder | download | duplicates (21)
1
2
3
""" For issue #25 """
class Base(object):
    pass