File: d88dbf79f1c03ac9d231408b03584e8396ab41a959edecfde86b82df8ee7c918.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 (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
def test_getsource_on_class_without_firstlineno():
    __firstlineno__ = 0

    class C:
        nonlocal __firstlineno__