Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/j/y/Jynx-0.4.2-jython-py2.5/jynx/lib/util/table.py Jynx(Download)
def width(self): if hasattr(self, "_width"): return self._width self.__out() return self._width