Searched defs:_maxwidth (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/ |
D | random.py | 177 def randrange(self, start, stop=None, step=1, _int=int, _maxwidth=1L<<BPF): argument 246 def _randbelow(self, n, _log=_log, _int=int, _maxwidth=1L<<BPF, argument
|