Auto Generated Documentation

Ego

Ego is Funtoo’s personality manager.

class ego.EgoModule(name, install_path, config)
debug(message)

Output debug message to stdout. Auto-append newline if missing

echo(message)

Output message as-is to stdout.

error(message)

Output error message to stderr. Auto-append newline if missing.

fatal(message, exit_code=1)

Output error message to stderr and exit. Auto-append newline if missing.

log(message)

Output message to stdout. Auto-append newline if missing.

warning(message)

Output warning message to stdout. Auto-append newline if missing.

Runtests

Helper script to run portage unittests against different python versions.

Note: Any additional arguments will be passed down directly to the underlying unittest runner. This lets you select specific tests to execute.

class runtests.Colors(colorize=None)

Simple object holding color constants.

runtests.get_parser()

Return a argument parser for this module

runtests.get_python_executable(ver)

Find the right python executable for ver

Tests

This is the profile test.