File: submodule_two.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 (9 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
from examples.graphviz.example_with_submodules.helpers import helper


class SubmoduleTwo(object):
    def __init__(self):
        self.two = 2

    def report(self):
        return helper(self.two)