_emerge.main module

_emerge.main._find_bad_atoms(atoms, less_strict=False)

Declares all atoms as invalid that have an operator, a use dependency, a blocker or a repo spec. It accepts atoms with wildcards. In less_strict mode it accepts operators and repo specs.

_emerge.main.emerge_main(args=None)
Parameters

args (list) – command arguments (default: sys.argv[1:])

_emerge.main.insert_optional_args(args)

Parse optional arguments and insert a value if one has not been provided. This is done before feeding the args to the optparse parser since that parser does not support this feature natively.

_emerge.main.multiple_actions(action1, action2)
_emerge.main.parse_opts(tmpcmdline, silent=False)
_emerge.main.profile_check(trees, myaction)