pymchelper.flair.common.rexx module¶
-
pymchelper.flair.common.rexx.abbrev(information, info, length=0)[source]¶ return true if the info is an abbreviation of information with minimum length l
-
pymchelper.flair.common.rexx.insert(new, target, n, pad=' ')[source]¶ insert new string to target as position n padded with pad characters
-
pymchelper.flair.common.rexx.left(str, length, pad=' ')[source]¶ return left of string str of length padded with pad chars
-
pymchelper.flair.common.rexx.translate(str, tableo=None, tablei=None, pad=' ')[source]¶ translate string