About 178,000 results
Open links in new tab
  1. pathlib — Object-oriented filesystem paths — Python 3.13.5 …

    2 days ago · pathlib normalizes Path("my_folder/") to Path("my_folder"), which changes a path’s meaning when supplied to various operating system APIs and command-line utilities. …

  2. File and Directory Access — Python 3.13.5 documentation

    4 days ago · pathlib — Object-oriented filesystem paths. Basic use; Exceptions; Pure paths. General properties; Operators; Accessing individual parts; Methods and properties; Concrete …

  3. What’s new in Python 3.14 — Python 3.15.0a0 documentation

    2 days ago · Add methods to pathlib.Path to recursively copy or move files and directories: copy() copies a file or directory tree to a destination. copy_into() copies into a destination directory.

  4. os.path — Common pathname manipulations — Python 3.13.5 …

    1 day ago · os.path. ismount (path) ¶ Return True if pathname path is a mount point: a point in a file system where a different file system has been mounted.On POSIX, the function checks …

  5. glob — Unix style pathname pattern expansion - Python

    3 days ago · pathlib.PurePath.full_match() and pathlib.Path.glob() methods, which call this function to implement pattern matching and globbing.

  6. os — Miscellaneous operating system interfaces — Python 3.13.5 ...

    An abstract base class for objects representing a file system path, e.g. pathlib.PurePath.

  7. stat — Interpreting stat () results — Python 3.13.5 documentation

    2 days ago · Two additional functions are defined for more general manipulation of the file’s mode: stat. S_IMODE (mode) ¶ Return the portion of the file’s mode that can be set by …

  8. Pending Removal in Python 3.15 — Python 3.13.5 documentation

    4 days ago · pathlib: PurePath.is_reserved() has been deprecated since Python 3.13. Use os.path.isreserved() to detect reserved paths on Windows. platform: java_ver() has been …

  9. Deprecations — Python 3.13.5 documentation

    2 days ago · pathlib: PurePath.is_reserved() has been deprecated since Python 3.13. Use os.path.isreserved() to detect reserved paths on Windows. platform: java_ver() has been …

  10. Python Module Index — Python 3.15.0a0 documentation

    4 days ago · pathlib: Object-oriented filesystem paths pathlib.types: pathlib types for static type checking: pdb: The Python debugger for interactive interpreters. pickle: Convert Python …

Refresh