Lines Matching defs:self
26 def _check_parse_parts(self, arg, expected): argument
36 def test_parse_parts_common(self): argument
68 def test_parse_parts(self): argument
80 def test_splitroot(self): argument
104 def test_parse_parts(self): argument
138 def test_splitroot(self): argument
186 def setUp(self): argument
192 def test_constructor_common(self): argument
206 def _check_str_subclass(self, *args): argument
218 def test_str_subclass_common(self): argument
225 def test_join_common(self): argument
238 def test_div_common(self): argument
256 def _check_str(self, expected, args): argument
260 def test_str_common(self): argument
268 def test_as_posix_common(self): argument
274 def test_as_bytes_common(self): argument
279 def test_as_uri_common(self): argument
286 def test_repr_common(self): argument
302 def test_eq_common(self): argument
315 def test_match_common(self): argument
353 def test_ordering_common(self): argument
381 def test_parts_common(self): argument
395 def test_fspath_common(self): argument
401 def test_equivalences(self): argument
419 def test_parent_common(self): argument
434 def test_parents_common(self): argument
476 def test_drive_common(self): argument
482 def test_root_common(self): argument
490 def test_anchor_common(self): argument
498 def test_name_common(self): argument
509 def test_suffix_common(self): argument
529 def test_suffixes_common(self): argument
548 def test_stem_common(self): argument
562 def test_with_name_common(self): argument
578 def test_with_stem_common(self): argument
595 def test_with_suffix_common(self): argument
620 def test_relative_to_common(self): argument
655 def test_is_relative_to_common(self): argument
689 def test_pickling_common(self): argument
704 def test_root(self): argument
711 def test_eq(self): argument
717 def test_as_uri(self): argument
723 def test_as_uri_non_ascii(self): argument
733 def test_match(self): argument
737 def test_is_absolute(self): argument
748 def test_is_reserved(self): argument
755 def test_join(self): argument
765 def test_div(self): argument
793 def test_str(self): argument
805 def test_str_subclass(self): argument
816 def test_eq(self): argument
828 def test_as_uri(self): argument
844 def test_match_common(self): argument
868 def test_ordering_common(self): argument
885 def test_parts(self): argument
897 def test_parent(self): argument
915 def test_parents(self): argument
961 def test_drive(self): argument
971 def test_root(self): argument
981 def test_anchor(self): argument
991 def test_name(self): argument
1002 def test_suffix(self): argument
1021 def test_suffixes(self): argument
1040 def test_stem(self): argument
1054 def test_with_name(self): argument
1068 def test_with_stem(self): argument
1082 def test_with_suffix(self): argument
1106 def test_relative_to(self): argument
1164 def test_is_relative_to(self): argument
1217 def test_is_absolute(self): argument
1238 def test_join(self): argument
1260 def test_div(self): argument
1280 def test_is_reserved(self): argument
1318 def test_concrete_class(self): argument
1323 def test_different_flavours_unequal(self): argument
1328 def test_different_flavours_unordered(self): argument
1363 def test_owner(self): argument
1368 def test_group(self): argument
1396 def setUp(self): argument
1429 def dirlink(self, src, dest): argument
1432 def dirlink(self, src, dest): argument
1435 def assertSame(self, path_a, path_b): argument
1440 def assertFileNotFound(self, func, *args, **kwargs): argument
1445 def assertEqualNormCase(self, path_a, path_b): argument
1448 def _test_cwd(self, p): argument
1455 def test_cwd(self): argument
1459 def _test_home(self, p): argument
1466 def test_home(self): argument
1478 def test_samefile(self): argument
1498 def test_empty_path(self): argument
1503 def test_expanduser_common(self): argument
1516 def test_exists(self): argument
1533 def test_open_common(self): argument
1545 def test_read_write_bytes(self): argument
1553 def test_read_write_text(self): argument
1562 def test_write_text_with_newlines(self): argument
1582 def test_iterdir(self): argument
1593 def test_iterdir_symlink(self): argument
1601 def test_iterdir_nodir(self): argument
1611 def test_glob_common(self): argument
1635 def test_rglob_common(self): argument
1657 def test_rglob_symlink_loop(self): argument
1674 def test_glob_many_open_files(self): argument
1691 def test_glob_dotdot(self): argument
1700 def test_glob_permissions(self): argument
1736 def _check_resolve(self, p, expected, strict=True): argument
1744 def test_resolve_common(self): argument
1805 def test_resolve_dot(self): argument
1818 def test_resolve_nonexist_relative_issue38671(self): argument
1828 def test_with(self): argument
1845 def test_chmod(self): argument
1859 def test_chmod_follow_symlinks_true(self): argument
1874 def test_stat(self): argument
1884 def test_stat_no_follow_symlinks(self): argument
1889 def test_stat_no_follow_symlinks_nosymlink(self): argument
1895 def test_lstat(self): argument
1900 def test_lstat_nosymlink(self): argument
1906 def test_owner(self): argument
1917 def test_group(self): argument
1927 def test_unlink(self): argument
1933 def test_unlink_missing_ok(self): argument
1938 def test_rmdir(self): argument
1947 def test_link_to(self): argument
1969 def test_hardlink_to(self): argument
1987 def test_link_to_not_implemented(self): argument
1995 def test_rename(self): argument
2012 def test_replace(self): argument
2030 def test_readlink(self): argument
2039 def test_touch_common(self): argument
2063 def test_touch_nochange(self): argument
2070 def test_mkdir(self): argument
2081 def test_mkdir_parents(self): argument
2106 def test_mkdir_exist_ok(self): argument
2118 def test_mkdir_exist_ok_with_parent(self): argument
2135 def test_mkdir_exist_ok_root(self): argument
2141 def test_mkdir_with_unknown_drive(self): argument
2151 def test_mkdir_with_child_file(self): argument
2163 def test_mkdir_no_parents_file(self): argument
2175 def test_mkdir_concurrent_parent_creation(self): argument
2205 def test_symlink_to(self): argument
2228 def test_is_dir(self): argument
2241 def test_is_file(self): argument
2255 def test_is_mount(self): argument
2268 def test_is_symlink(self): argument
2284 def test_is_fifo_false(self): argument
2296 def test_is_fifo_true(self): argument
2308 def test_is_socket_false(self): argument
2318 def test_is_socket_true(self): argument
2334 def test_is_block_device_false(self): argument
2343 def test_is_char_device_false(self): argument
2352 def test_is_char_device_true(self): argument
2363 def test_pickling_common(self): argument
2370 def test_parts_interning(self): argument
2379 def _check_complex_symlinks(self, link0_target): argument
2421 def test_complex_symlinks_absolute(self): argument
2425 def test_complex_symlinks_relative(self): argument
2429 def test_complex_symlinks_relative_dot_dot(self): argument
2436 def test_class_getitem(self): argument
2439 def test_concrete_class(self): argument
2444 def test_unsupported_flavour(self): argument
2450 def test_glob_empty_pattern(self): argument
2460 def _check_symlink_loop(self, *args, strict=True): argument
2465 def test_open_mode(self): argument
2479 def test_resolve_root(self): argument
2488 def test_touch_mode(self): argument
2504 def test_resolve_loop(self): argument
2524 def test_glob(self): argument
2532 def test_rglob(self): argument
2544 def test_expanduser(self): argument
2599 def test_handling_bad_descriptor(self): argument
2625 def test_glob(self): argument
2633 def test_rglob(self): argument
2639 def test_expanduser(self): argument
2706 def __init__(self, string): argument
2709 def __truediv__(self, other): argument
2712 def __rtruediv__(self, other): argument
2715 def test_truediv(self): argument
2724 def test_rtruediv(self): argument