Home
last modified time | relevance | path

Searched refs:_SHYIndexedStr (Results 1 – 2 of 2) sorted by relevance

/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dparagraph.py555 class _SHYIndexedStr(unicodeT): class
574 if isinstance(s,_SHYIndexedStr):
581 return _SHYIndexedStr(u,X)
586 return _SHYIndexedStr(u,X)
601 if isinstance(t,_SHYIndexedStr):
623 lefts = _SHYIndexedStr(left+u'-',X[:j+1])
626 …R = [ww-L[0]+shyLen]+([] if not right else [(f,_SHYIndexedStr(right,[_-x for _ in X[j+1:]]))]) + s…
790 w = _SHYIndexedStr(w)
803 w = _SHYIndexedStr(w)
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_platypus_paragraphs.py144 … from reportlab.platypus.paragraph import _SHYIndexedStr, stringWidth, _SHYWord, ABag, _shyUnsplit
150 u = _SHYIndexedStr(text)