![]() |
![]() |
nested class More...
Public Member Functions | |
def | __init__ (self, svg, ti, depth_limit) |
def | __iter__ (self) |
def | next (self) |
Public Attributes | |
depth_limit | |
iterators | |
shown | |
svg | |
ti | |
def svgfig.SVG.SVGDepthIterator.__init__ | ( | self, | |
svg, | |||
ti, | |||
depth_limit | |||
) |
Definition at line 207 of file svgfig.py.
def svgfig.SVG.SVGDepthIterator.next | ( | self | ) |
Definition at line 215 of file svgfig.py.
References svgfig.SVG.SVGDepthIterator.depth_limit, svgfig.SVG.SVGDepthIterator.shown, svgfig.SVG.SVGDepthIterator.svg, and svgfig.SVG.SVGDepthIterator.ti.
svgfig.SVG.SVGDepthIterator.depth_limit |
Definition at line 211 of file svgfig.py.
Referenced by svgfig.SVG.SVGDepthIterator.next().
svgfig.SVG.SVGDepthIterator.shown |
Definition at line 210 of file svgfig.py.
Referenced by svgfig.SVG.SVGDepthIterator.next().
svgfig.SVG.SVGDepthIterator.svg |
Definition at line 208 of file svgfig.py.
Referenced by svgfig.SVG.SVGDepthIterator.next().
svgfig.SVG.SVGDepthIterator.ti |
Definition at line 209 of file svgfig.py.
Referenced by svgfig.SVG.SVGDepthIterator.next().