File: all.py

package info (click to toggle)
python-asttokens 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 600 kB
  • sloc: python: 3,468; makefile: 28
file content (9 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9

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

def func(): print('yo')

__all__ = 'Aaa', '_bla', 'name'