Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The method get_uid on common.py first check if a prefix is in _UID_PREFIXED dict and if it is not, a variable is added to the dict. However, using a defaultdict, this check is no longer necessary.
- Loading branch information