Home
last modified time | relevance | path

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

/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dpwdgrp.py82 _name_to_grp_cache = {} variable
88 global _gid_to_grp_cache, _name_to_grp_cache
91 _name_to_grp_cache[entry.gr_name] = entry
100 global _gid_to_grp_cache, _name_to_grp_cache
101 entry, cached = cache_key_value(getgrnam, name, _name_to_grp_cache)