Searched refs:typechr (Results 1 – 1 of 1) sorted by relevance
150 def storeperm(typechr, inheritchr, arg): argument151 assert typechr in "ugecs"158 d[mkwhokey(typechr)] = baseperms160 d[mkwhokey(typechr.upper())] = setperms180 typechr = "u"184 typechr = "g"187 typechr = "e"191 typechr = "u"195 typechr = "g"199 storeperm(typechr, "l", id)[all …]