3 ^ @ sz d dl Z ddlmZmZ ddlmZmZmZmZ G dd dZ G dd dZ G d d d ZG dd dZG d d dZ dS ) N )CriteriaDescriptorCriteriaSetDescriptor)match_in_setmatch_regexmatch_rangematch_regex_or_setc @ s, e Zd ZdZedZdZdd Zdd ZdS ) MatchAliasz'Mixin for matching an object's aliases.alias_regexFc C s |j dj| dS )z+Emit log debugging info for alias matching.z(Alias: {0.alias}, regex: {0.alias_regex}N)debugformat)selflog r /usr/lib64/python3.6/mixins.py_match_alias_debug" s zMatchAlias._match_alias_debugc C s | j s dS t|j | j | jS )z Match the alias criteria Parameter: obj An object with an alias generator method named "aliases" T)aliasr aliasesr )r objr r r _match_alias&