moscot.utils.tagged_array.Tag.isprintable¶
- Tag.isprintable()¶
Return True if all characters in the string are printable, False otherwise.
A character is printable if repr() may use it in its output.
Return True if all characters in the string are printable, False otherwise.
A character is printable if repr() may use it in its output.