(text)
| 16165 | zero or `mupdf.FZ_PLACE_STORY_FLAG_NO_OVERFLOW`. |
| 16166 | ''' |
| 16167 | def log(text): |
| 16168 | assert verbose |
| 16169 | message(f'fit(): {text}') |
| 16170 | |
| 16171 | assert isinstance(pmin, (int, float)) or pmin is None |
| 16172 | assert isinstance(pmax, (int, float)) or pmax is None |
no test coverage detected