Python stdlib module — fcntl. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.flock()Neutralflock(fd, operation)
Perform the lock operation `operation` on file descriptor `fd`.
.ioctl()Neutralioctl(fd, request, arg, mutate_flag)
Perform the operation `request` on file descriptor `fd`.
.lockf()Neutrallockf(fd, cmd, len, start, whence)
A wrapper around the fcntl() locking calls.
| FQN | Field | |
|---|---|---|
| fcntl | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import fcntl