class documentation

class Mailmap(object):

View In Hierarchy

Class for accessing a mailmap file.

Class Method from_path Undocumented
Method __init__ Undocumented
Method add_entry Add an entry to the mail mail.
Method lookup Lookup an identity in this mailmail.
Instance Variable _table Undocumented
@classmethod
def from_path(cls, path):

Undocumented

def __init__(self, map=None):

Undocumented

def add_entry(self, canonical_identity, from_identity=None):

Add an entry to the mail mail.

Any of the fields can be None, but at least one of them needs to be set.

Parameters
canonical_identityThe canonical identity (tuple)
from_identityThe from identity (tuple)
def lookup(self, identity):

Lookup an identity in this mailmail.

_table: dict =

Undocumented