# These super() dunders don't seem to be particularly useful,
# and having them pop up on autocomplete suggestions would be annoying
psutil._compat.super.__self__
psutil._compat.super.__self_class__
psutil._compat.super.__thisclass__

# Stubtest does not support these platforms
psutil._psaix
psutil._psbsd
psutil._pssunos

# Test utilities
psutil.tests.*
