|
398 | 398 | <dl><dt><a name="-rawprint"><strong>rawprint</strong></a>(*args, sep=' ', **kwargs)</dt><dd><tt>Standard print wrapper, but with end='<br>
|
399 | 399 | '</tt></dd></dl>
|
400 | 400 | <dl><dt><a name="-truelen"><strong>truelen</strong></a>(text: str) -> int</dt><dd><tt>Returns amount of visible-on-terminal characters in the string</tt></dd></dl>
|
| 401 | + <dl><dt><a name="-truelen_list"><strong>truelen_list</strong></a>(seq: Sequence[str]) -> int</dt><dd><tt>Returns amount of visible-on-terminal characters in the sequence of strings</tt></dd></dl> |
401 | 402 | </td></tr></table><p>
|
402 | 403 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
403 | 404 | <tr bgcolor="#55aa55">
|
404 | 405 | <td colspan=3 valign=bottom> <br>
|
405 | 406 | <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
|
406 | 407 |
|
407 | 408 | <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
|
408 |
| -<td width="100%"><strong>CRITICAL</strong> = 50<br> |
| 409 | +<td width="100%"><strong>Any</strong> = typing.Any<br> |
| 410 | +<strong>CRITICAL</strong> = 50<br> |
| 411 | +<strong>Callable</strong> = typing.Callable<br> |
| 412 | +<strong>Coroutine</strong> = typing.Coroutine<br> |
409 | 413 | <strong>DEBUG</strong> = 10<br>
|
410 | 414 | <strong>ERROR</strong> = 40<br>
|
411 | 415 | <strong>INFO</strong> = 20<br>
|
|
416 | 420 | <strong>Tuple</strong> = typing.Tuple<br>
|
417 | 421 | <strong>Union</strong> = typing.Union<br>
|
418 | 422 | <strong>WARNING</strong> = 30<br>
|
419 |
| -<strong>__warningregistry__</strong> = {'version': 1}<br> |
| 423 | +<strong>__warningregistry__</strong> = {'version': 0}<br> |
420 | 424 | <strong>ansi_escape</strong> = re.compile('(\\x9B|\\x1B\\[)[0-?]*[ -\\/]*[@-~]')<br>
|
421 | 425 | <strong>do_backspace</strong> = '<font color="#c040c0">\x08\x1b</font>[0K'<br>
|
422 | 426 | <strong>loop</strong> = <_UnixSelectorEventLoop running=False closed=False debug=False></td></tr></table>
|
|
0 commit comments