Home
last modified time | relevance | path

Searched refs:write_bytecode (Results 1 – 9 of 9) sorted by relevance

/external/python/jinja/src/jinja2/
Dbccache.py70 def write_bytecode(self, f): member in Bucket
85 self.write_bytecode(out)
252 bucket.write_bytecode(f)
/external/libchrome/third_party/jinja2/
Dbccache.py98 def write_bytecode(self, f): member in Bucket
113 self.write_bytecode(out)
274 bucket.write_bytecode(f)
/external/python/cpython3/Python/
Dinitconfig.c632 config->write_bytecode = -1; in _PyConfig_InitCompatConfig()
663 config->write_bytecode = 1; in config_init_defaults()
842 COPY_ATTR(write_bytecode); in _PyConfig_Copy()
945 SET_ITEM_INT(write_bytecode); in config_as_dict()
1063 COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag); in config_get_global_vars()
1100 COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag); in config_set_global_vars()
1315 config->write_bytecode = 0; in config_read_env_vars()
2003 config->write_bytecode = 0; in config_parse_cmdline()
2566 assert(config->write_bytecode >= 0); in PyConfig_Read()
Dsysmodule.c2475 SetFlag(!config->write_bytecode); in make_flags()
2961 PyBool_FromLong(!config->write_bytecode)); in _PySys_InitMain()
/external/python/cpython3/android/
Dlauncher_main.cpp131 config.write_bytecode = 0; in main()
/external/python/cpython3/Include/cpython/
Dinitconfig.h283 int write_bytecode; member
/external/python/cpython3/Programs/
D_testembed.c583 config.write_bytecode = 0; in test_init_from_config()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst687 .. c:member:: int write_bytecode
692 :c:member:`~PyConfig.write_bytecode`.
/external/python/jinja/docs/
Dapi.rst465 :members: write_bytecode, load_bytecode, bytecode_from_string,