Lines Matching refs:str
10 …def test_str_is(s: str) -> Tuple[bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, bool]: argument
15 def test_str_to(s: str) -> Tuple[str, str, str, str, str]: argument
18 def test_str_strip(s: str) -> Tuple[str, str, str]: argument
25 def test_str_strip_char_set(s: str, char_set: str) -> Tuple[str, str, str]: argument
37 def test_str_center(i: int, s: str) -> str: argument
40 def test_str_center_fc(i: int, s: str) -> str: argument
43 def test_str_center_error(s: str) -> str: argument
46 def test_ljust(s: str, i: int) -> str: argument
49 def test_ljust_fc(s: str, i: int, fc: str) -> str: argument
52 def test_ljust_fc_err(s: str) -> str: argument
55 def test_rjust(s: str, i: int) -> str: argument
58 def test_rjust_fc(s: str, i: int, fc: str) -> str: argument
61 def test_rjust_fc_err(s: str) -> str: argument
64 def test_zfill(s: str, i: int) -> str: argument
141 def test_expandtabs() -> Tuple[str, str, str, str, str, str]:
202 def test_replace() -> Tuple[str, str, str, str, str, str, str]:
214 … def test_partition() -> Tuple[Tuple[str, str, str], Tuple[str, str, str], Tuple[str, str, str],
215 … Tuple[str, str, str], Tuple[str, str, str], Tuple[str, str, str],
216 Tuple[str, str, str]]:
228 … def test_rpartition() -> Tuple[Tuple[str, str, str], Tuple[str, str, str], Tuple[str, str, str],
229 … Tuple[str, str, str], Tuple[str, str, str], Tuple[str, str, str],
230 Tuple[str, str, str]]:
242 def test_split() -> Tuple[List[str], List[str], List[str], List[str], List[str],
243 List[str], List[str], List[str], List[str], List[str], List[str]]:
267 def test_rsplit() -> Tuple[List[str], List[str], List[str], List[str], List[str],
268 List[str], List[str], List[str], List[str]]:
282 def test_splitlines() -> Tuple[List[str], List[str], List[str], List[str],
283 List[str], List[str]]:
294 def test_str_cmp(a: str, b: str) -> Tuple[bool, bool, bool, bool, bool, bool]: argument
311 def test_bool_conversion(a: str): argument
321 def test_slice(a: str) -> Tuple[str, str, str, str, str]: argument