HomeSort by relevance Sort by last modified time
    Searched defs:_PyRandom_Init (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
random.c 374 _PyRandom_Init(void)
  /external/python/cpython2/Python/
random.c 355 _PyRandom_Init(void)
  /external/python/cpython3/Python/
random.c 158 is not initialiazed yet. For _PyRandom_Init(), we ignore the
537 _PyRandom_Init(void)
576 /* _PyRandom_Init() is called very early in the Python initialization
579 _PyRandom_Init() must not block Python initialization: call

Completed in 105 milliseconds