Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/jinja2/
Dbccache.py75 def write_bytecode(self, f): member in Bucket
90 self.write_bytecode(out)
257 bucket.write_bytecode(f)
/third_party/skia/third_party/externals/jinja2/
Dbccache.py75 def write_bytecode(self, f): member in Bucket
90 self.write_bytecode(out)
257 bucket.write_bytecode(f)
/third_party/node/tools/inspector_protocol/jinja2/
Dbccache.py98 def write_bytecode(self, f): member in Bucket
113 self.write_bytecode(out)
274 bucket.write_bytecode(f)
/third_party/jinja2/
Dbccache.py82 def write_bytecode(self, f: t.IO[bytes]) -> None: member in Bucket
97 self.write_bytecode(out)
300 bucket.write_bytecode(f)
/third_party/python/Lib/test/
D_test_embed_set_config.py164 self.set_config(write_bytecode=0)
168 self.set_config(write_bytecode=1)
/third_party/python/Python/
Dinitconfig.c618 assert(config->write_bytecode >= 0); in config_check_consistency()
717 config->write_bytecode = -1; in _PyConfig_InitCompatConfig()
751 config->write_bytecode = 1; in config_init_defaults()
930 COPY_ATTR(write_bytecode); in _PyConfig_Copy()
1032 SET_ITEM_INT(write_bytecode); in _PyConfig_AsDict()
1297 GET_UINT(write_bytecode); in _PyConfig_FromDict()
1424 COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag); in config_get_global_vars()
1461 COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag); in config_set_global_vars()
1675 config->write_bytecode = 0; in config_read_env_vars()
2392 config->write_bytecode = 0; in config_parse_cmdline()
Dsysmodule.c2597 SetFlag(!config->write_bytecode); in set_flags_from_config()
3036 SET_SYS("dont_write_bytecode", PyBool_FromLong(!config->write_bytecode)); in _PySys_UpdateConfig()
/third_party/python/Include/cpython/
Dinitconfig.h164 int write_bytecode; member
/third_party/python/Programs/
D_testembed.c596 config.write_bytecode = 0; in test_init_from_config()
/third_party/python/Doc/c-api/
Dinit_config.rst1150 .. c:member:: int write_bytecode
1159 :c:member:`~PyConfig.write_bytecode`.