Utils
π€ AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
pyvider.rpcplugin.transport.unix.utils
¶
Unix Domain Socket utilities and helper functions.
This module provides utility functions for Unix domain socket path normalization and other common operations.
Functions¶
normalize_unix_path
¶
Standardized Unix socket path normalization, handling: - unix: prefix - unix:/ prefix - unix:// prefix - Multiple leading slashes
Returns a clean path suitable for socket operations.