File: platform.txt

package info (click to toggle)
python-pathvalidate 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: python: 3,987; makefile: 262; sh: 6
file content (10 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Valid specifiers are as follows (case-insensitive):

    - ``"Linux"``
    - ``"Windows"``
    - ``"macOS"``
    - ``"auto"``: automatically detect the execution platform
    - ``"POSIX"``: POSIX-compliant systems (Linux, macOS, etc.)
    - ``"universal"``/|None|: platform independent. note that absolute paths cannot specify this.

Defaults to |None|.