Home
last modified time | relevance | path

Searched refs:_name_to_pwd_cache (Results 1 – 1 of 1) sorted by relevance

/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dpwdgrp.py57 _name_to_pwd_cache = {} variable
63 global _uid_to_pwd_cache, _name_to_pwd_cache
66 _name_to_pwd_cache[entry.pw_name] = entry
74 global _uid_to_pwd_cache, _name_to_pwd_cache
75 entry, cached = cache_key_value(getpwnam, name, _name_to_pwd_cache)