ID EN
OS

supports_effective_ids

Python 3.11

A set object indicating whether os.access() permits specifying True for its effective_ids parameter on the local platform. (Specifying False for effective_ids is always supported on all platforms.) If the local platform supports it, the collection will contain os.access(); otherwise it will be empty.

Syntax

PYTHON
os.supports_effective_ids

Examples

Example 1
PYTHON
os.access in os.supports_effective_ids

See Also

set os.access() os.access() os.access()