Package gmisclib :: Module nicknames
[frames] | no frames]

Module nicknames

source code

Functions
 
nicknames(namelist)
Takes a list of names and trims off junk from the beginning and ends of the names to produce a set of reasonable nicknames that are relatively compact and easy to read.
source code
 
test() source code
Variables
  __package__ = None
hash(x)
Function Details

nicknames(namelist)

source code 

Takes a list of names and trims off junk from the beginning and ends of the names to produce a set of reasonable nicknames that are relatively compact and easy to read.

It returns a map from the names to the nicknames, along with the stuff trimmed off from the edges.