Python stdlib module — unicodedata. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.bidirectional()Neutralbidirectional(chr)
Returns the bidirectional class assigned to the character chr as string.
.category()Neutralcategory(chr)
Returns the general category assigned to the character chr as string.
.combining()Neutralcombining(chr)
Returns the canonical combining class assigned to the character chr as integer.
.decomposition()Neutraldecomposition(chr)
Returns the character decomposition mapping assigned to the character chr as string.
.east_asian_width()Neutraleast_asian_width(chr)
Returns the east asian width assigned to the character chr as string.
.is_normalized()Neutralis_normalized(form, unistr)
Return whether the Unicode string unistr is in the normal form 'form'.
.mirrored()Neutralmirrored(chr)
Returns the mirrored property assigned to the character chr as integer.
| FQN | Field | |
|---|---|---|
| unicodedata | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import unicodedata