コード例 #1
0
ファイル: formatting.py プロジェクト: shiva10162/pynocle
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
ファイル: formatting.py プロジェクト: rickrankin/pynocle
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
ファイル: formatting.py プロジェクト: rickrankin/pynocle
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