Python Standard Library

Table of Contents

  • Ch 01 - 10
  • Ch 11 - 20
  • Ch 21 - 30
  • Ch 31 - 37
  • api
    • 06 Built-in Exceptions
    • 07 String Services
    • 08 Data Types
    • 09 Numeric and Mathematical Methods
    • 10 File and Directory Access
      • os.path
        • Functions
          • os.path.abspath()
          • os.path.basename()
          • os.path.commonprefix()
          • os.path.dirname()
          • os.path.exists()
          • os.path.expanduser()
          • os.path.expandvars()
          • os.path.getatime()
          • os.path.getctime()
          • os.path.getmtime()
          • os.path.getsize()
          • os.path.isabs()
          • os.path.isdir()
          • os.path.isfile()
          • os.path.islink()
          • os.path.ismount()
          • os.path.join()
          • os.path.lexists()
          • os.path.normcase()
          • os.path.normpath()
          • os.path.realpath()
          • os.path.relpath()
          • os.path.samefile()
          • os.path.sameopenfile()
          • os.path.samestat()
          • os.path.split()
          • os.path.splitdrive()
          • os.path.splitext()
          • os.path.walk()
      • fileinput
      • stat
      • statvfs
      • filecmp
      • tempfile
      • glob
      • fnmatch
      • linecache
      • shutil
      • dircache
      • macpath
    • 11 Data Persistence
    • 12 Data Compression and Archiving
    • 13 File Formats
    • 14 Cryptographic Services
    • 15 Generic Operating System Services
    • 16 Optional Operating System Services
    • 17 Interprocess Communication and Networking
    • 18 Internet Data Handling
    • 19 Structured Markup Processing Tools
    • 20 Internet Protocols and Support
    • 21 Multimedia Services
    • 22 Internationalization
    • 23 Program Frameworks
    • 24 Graphical User Interfaces with Tk
    • 25 Development Tools
    • 26 Debugging and Profiling
    • 27 Software Packaging and Distribution
    • 28 Python Runtime Services
    • 29 Custom Python Interpreters
    • 30 Restricted Execution
    • 31 Importing Modules
    • 32 Python Language Services
    • 33 (depr) Python compiler package
    • 34 Miscellaneous Services
    • 35 MS Windows Specific Services
    • 36. Unix Specific Services
    • 37 Mac OS X specific services
Python Standard Library
  • Docs »
  • api »
  • os.path »
  • os.path.islink()
  • View page source

os.path.islink()¶

os.path.islink(path)[source]¶

Test whether a path is a symbolic link

Next Previous

© Copyright 2016.

Built with Sphinx using a theme provided by Read the Docs.