We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2c8b commit e02ab8bCopy full SHA for e02ab8b
stubs/psutil/psutil/_pslinux.pyi
@@ -51,7 +51,7 @@ if sys.platform == "linux":
51
DISK_SECTOR_SIZE: Final = 512
52
53
class AddressFamily(enum.IntEnum):
54
- AF_LINK: Final[int]
+ AF_LINK = 17 # = socket.AF_PACKET
55
56
AF_LINK: Final = AddressFamily.AF_LINK
57
0 commit comments