File: notall.py

package info (click to toggle)
python-asttokens 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 632 kB
  • sloc: python: 3,575; makefile: 30
file content (8 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8

name = 'a'
_bla = 2
other = 'o'
class Aaa: pass

def func(): print('yo')