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/Include/internal/
Dpycore_runtime.h102 } interpreters; member
/third_party/python/Python/
Dpystate.c228 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_Enable() local
323 struct pyinterpreters *interpreters = &runtime->interpreters; in PyInterpreterState_New() local
492 struct pyinterpreters *interpreters = &runtime->interpreters; in PyInterpreterState_Delete() local
539 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_DeleteExceptMain() local
/third_party/python/Lib/test/
Dtest__xxsubinterpreters.py17 interpreters = import_helper.import_module('_xxsubinterpreters') variable