示例#1
0
def _get_header_rst(leadingpath, threshold):
    s = _doc.about()
    s += '\nShowing files under %s with a CC greater than or equal to %s.' % (
        leadingpath.replace('\\', '/'), threshold)
    return s
示例#2
0
def _get_header_rst(leadingpath, threshold):
    s = _doc.about()
    s += '\nShowing files under %s with a CC greater than or equal to %s.' % (
        leadingpath.replace('\\', '/'), threshold)
    return s
示例#3
0
def _get_infostr(leadingpath):
    s = _doc.about() + '\nShowing SLOC for files under %s.' % (
        leadingpath.replace('\\', '/'))
    return s
示例#4
0
def _get_infostr(leadingpath):
    s = _doc.about() + '\nShowing SLOC for files under %s.' % (
        leadingpath.replace('\\', '/'))
    return s