Lines Matching defs:EmptyI
38 # EmptyI for argument defaults; can't import from misc due to circular
40 EmptyI = tuple()
445 def __init__(self, unmatched_fmris=EmptyI, multiple_matches=EmptyI,
446 illegal=EmptyI, multispec=EmptyI):
504 already_installed=EmptyI,
505 badarch=EmptyI,
506 illegal=EmptyI,
507 installed=EmptyI,
508 invalid_mediations=EmptyI,
509 linked_pub_error=EmptyI,
510 missing_dependency=EmptyI,
511 missing_matches=EmptyI,
512 multiple_matches=EmptyI,
513 multispec=EmptyI,
516 no_version=EmptyI,
517 not_avoided=EmptyI,
518 nofiles=EmptyI,
519 obsolete=EmptyI,
520 pkg_updates_required=EmptyI,
521 rejected_pats=EmptyI,
522 solver_errors=EmptyI,
523 no_repo_pubs=EmptyI,
524 unmatched_fmris=EmptyI,
525 would_install=EmptyI,
526 wrong_publishers=EmptyI,
527 wrong_variants=EmptyI):
1289 def __init__(self, illegal=EmptyI, matcher=EmptyI, notfound=EmptyI,
1290 publisher=EmptyI, version=EmptyI):
1363 def __init__(self, failed=EmptyI, invalid=EmptyI, unsupported=EmptyI):
2047 def __init__(self, known=EmptyI, unknown=EmptyI, location=None,
2048 origins=EmptyI):
2874 def _convert_error(e, ignored_errors=EmptyI):