Home
last modified time | relevance | path

Searched refs:test_forced_io_encoding (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Programs/
D_testembed.c117 static int test_forced_io_encoding(void) in test_forced_io_encoding() function
1663 {"test_forced_io_encoding", test_forced_io_encoding},
/external/python/cpython3/Lib/test/
Dtest_embed.py193 def test_forced_io_encoding(self): member in EmbeddingTests