Home
last modified time | relevance | path

Searched defs:dont_write_bytecode (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/tests/test_embed/
Dtest_interpreter.cpp249 bool dont_write_bytecode = sys.attr("dont_write_bytecode").cast<bool>(); variable
/external/python/cpython3/Python/
Dinitconfig.c1312 int dont_write_bytecode = 0; in config_read_env_vars() local