Cleanup of examine, escape inlinefuncs. Resolve #2172
This commit is contained in:
parent
f7b4193c84
commit
7aa6883b94
5 changed files with 141 additions and 92 deletions
|
|
@ -1842,8 +1842,8 @@ def display_len(target):
|
|||
strip MXP patterns.
|
||||
|
||||
Args:
|
||||
target (string): A string with potential MXP components
|
||||
to search.
|
||||
target (any): Something to measure the length of. If a string, it will be
|
||||
measured keeping asian-character and MXP links in mind.
|
||||
|
||||
Return:
|
||||
int: The visible width of the target.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue