>_Ԭ * d dl Z G d de ZdS ) Nc e Zd Z fdZej ej z dz ZdZej dz Z dZ
dZe
ez Zde
fdZde
fd Zde
fd
Zde
fdZde
fdZde
fd
Z xZS )TOMLCharc t t | dk rt d d S )N z$A TOML character must be of length 1)super__init__len
ValueError)selfc __class__s c/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/tomlkit/toml_char.pyr zTOMLChar.__init__ s>
t99q==CDDD = z-_z= z+-_.ez z
returnc | | j v S )zH
Whether the character is a valid bare key name or not.
)BAREr s r is_bare_key_charzTOMLChar.is_bare_key_char s ty r c | | j v S )zN
Whether the character is a valid key/value separator or not.
)KVr s r is_kv_sepzTOMLChar.is_kv_sep twr c | | j v S )z[
Whether the character if a valid integer or float value character or not.
)NUMBERr s r is_int_float_charzTOMLChar.is_int_float_char t{""r c | | j v S )zI
Whether the character is a whitespace character or not.
)WSr s r is_wszTOMLChar.is_ws$ r r c | | j v S )zG
Whether the character is a new line character or not.
)NLr s r is_nlzTOMLChar.is_nl* r r c | | j v S )z9
Whether the character is a space or not
)SPACESr s r is_spaceszTOMLChar.is_spaces0 r r )__name__
__module____qualname__r string
ascii_lettersdigitsr r r r$ r! r boolr r r r r" r%
__classcell__)r
s @r r r s E E E E E &-/$6D B
]W
$F
F B "B!$ ! ! ! !4 #4 # # # #t t #4 # # # # # # # #r r )r) strr r r