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.c183 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_Enable() local
244 struct pyinterpreters *interpreters = &runtime->interpreters; in PyInterpreterState_New() local
381 struct pyinterpreters *interpreters = &runtime->interpreters; in PyInterpreterState_Delete() local
428 struct pyinterpreters *interpreters = &runtime->interpreters; in _PyInterpreterState_DeleteExceptMain() local
/third_party/python/Include/internal/
Dpycore_runtime.h94 } interpreters; member
/third_party/python/Lib/test/
Dtest__xxsubinterpreters.py17 interpreters = import_helper.import_module('_xxsubinterpreters') variable