Platform

Constants which indicates specific platform.

pydu.platform.WINDOWS

Judge whether current platform is WINDOWS or not.

pydu.platform.LINUX

Judge whether current platform is LINUX or not.

pydu.platform.POSIX

Judge whether current platform is POSIX or not.

pydu.platform.DARWIN

Judge whether current platform is DARWIN or not.

pydu.platform.SUNOS

Judge whether current platform is SUNOS or not.

pydu.platform.SMARTOS

Judge whether current platform is SMARTOS or not.

pydu.platform.FREEBSD

Judge whether current platform is FREEBSD or not.

pydu.platform.NETBSD

Judge whether current platform is NETBSD or not.

pydu.platform.OPENBSD

Judge whether current platform is OPENBSD or not.

pydu.platform.AIX

Judge whether current platform is AIX or not.