Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/diff/f7dead025719/lib/block.py
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 18:21:12 2013
Кодировка:
allpy: lib/block.py diff

allpy

diff lib/block.py @ 150:f7dead025719

documentation improvements
author boris (netbook) <bnagaev@gmail.com>
date Mon, 25 Oct 2010 13:30:11 +0400
parents 85fc264975a2
children 675b402094be
line diff
     1.1 --- a/lib/block.py	Mon Oct 25 00:03:35 2010 +0400
     1.2 +++ b/lib/block.py	Mon Oct 25 13:30:11 2010 +0400
     1.3 @@ -68,7 +68,7 @@
     1.4      timeout=config.timeout, minsize=config.minsize, 
     1.5      ac_new_atoms=config.ac_new_atoms,
     1.6      ac_count=config.ac_count):
     1.7 -        """ returns length-sorted list of blocks, representing GCs
     1.8 +        """ Returns length-sorted list of blocks, representing GCs
     1.9          
    1.10          max_delta -- threshold of distance spreading
    1.11          timeout -- Bron-Kerbosh timeout (then fast O(n ln n) algorithm)