Home
last modified time | relevance | path

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

/third_party/python/Tools/unicode/
Dgencodec.py375 for mapname in mapnames:
376 mappathname = os.path.join(dir, mapname)
379 name = os.path.split(mapname)[1]
386 print('converting %s to %s and %s' % (mapname,
390 map = readmap(os.path.join(dir,mapname))
403 for mapname in mapnames:
404 if not mapname.endswith('.mapping'):
406 name = mapname[:-len('.mapping')]
408 print('converting %s to %s' % (mapname,
411 with open(os.path.join(dir, mapname), 'rb') as f:
[all …]
/third_party/python/Doc/library/
Dnis.rst22 .. function:: match(key, mapname, domain=default_domain)
24 Return the match for *key* in map *mapname*, or raise an error
29 Note that *mapname* is first checked if it is an alias to another name.
35 .. function:: cat(mapname, domain=default_domain)
38 mapname)==value``. Note that both keys and values of the dictionary are
41 Note that *mapname* is first checked if it is an alias to another name.
/third_party/python/Modules/
Dnismodule.c282 typedef char *mapname; typedef
300 mapname map;
325 nis_xdr_mapname(XDR *xdrs, mapname *objp) in nis_xdr_mapname()