module documentation
Class ListenFDsTests Apply tests to ListenFDs, constructed based on an environment dictionary.
Function buildEnvironment No summary
def buildEnvironment(count, pid): (source)
Parameters
count:intThe number of file descriptors to indicate as inherited.
pid:objectThe pid of the inheriting process to indicate.
Returns
Dict[str, str]A copy of the current process environment with the systemd file descriptor inheritance-related environment variables added to it.