Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 3
0
def _get_infostr(leadingpath):
    s = _doc.about() + '\nShowing SLOC for files under %s.' % (
        leadingpath.replace('\\', '/'))
    return s
Ejemplo n.º 4
0
def _get_infostr(leadingpath):
    s = _doc.about() + '\nShowing SLOC for files under %s.' % (
        leadingpath.replace('\\', '/'))
    return s