File: scoped_class.py

package info (click to toggle)
python-mitogen 0.3.42-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,768 kB
  • sloc: python: 24,910; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
class C:
    import in_class
    from in_class import x as y

    def m(self):
        import in_method
        from in_method import x as y, z