File: d88dbf79f1c03ac9d231408b03584e8396ab41a959edecfde86b82df8ee7c918.py

package info (click to toggle)
python-executing 2.2.0-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,860 kB
  • sloc: python: 10,235; sh: 48; makefile: 10
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__