Home
last modified time | relevance | path

Searched refs:_crctable (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dzipfile.py537 _crctable = None variable
559 global _crctable
560 if _crctable is None:
561 _crctable = list(map(_gen_crc, range(256)))
562 crctable = _crctable