File: metadata.py

package info (click to toggle)
pycallgraph 1.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: python: 1,925; makefile: 47
file content (6 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
# A different file to pycallgraph.py because of circular import problem

__version__ = '1.1.3'
__license__ = 'GPLv2'
__author__ = 'Dan Eads'
__url__ = 'https://github.com/daneads/pycallgraph2'