Home
last modified time | relevance | path

Searched defs:interpreters (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Mac/PythonLauncher/
DFileSettings.h28 NSArray *interpreters; // List of known interpreters variable
DFileSettings.m292 - (NSArray *) interpreters { return interpreters;}; method
/third_party/python/Python/
Dpystate.c170 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_Enable() local
221 struct pyinterpreters *interpreters = &runtime->interpreters; in PyInterpreterState_New() local
317 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_Delete() local
362 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_DeleteExceptMain() local
/third_party/python/Include/internal/
Dpycore_pystate.h227 } interpreters; member
/third_party/python/Lib/test/
Dtest__xxsubinterpreters.py16 interpreters = support.import_module('_xxsubinterpreters') variable