HomeSort by relevance Sort by last modified time
    Searched refs:max_memorized_lines (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
memorizingfile.py 49 def __init__(self, file_, max_memorized_lines=sys.maxint):
54 max_memorized_lines: the maximum number of lines to memorize.
55 Only the first max_memorized_lines are memorized.
60 self._max_memorized_lines = max_memorized_lines
standalone.py 215 max_memorized_lines=_MAX_MEMORIZED_LINES)

Completed in 29 milliseconds