Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_io.py1891 class StatefulIncrementalDecoder(codecs.IncrementalDecoder): class
1978 codecs.register(StatefulIncrementalDecoder.lookupTestDecoder)
2016 d = StatefulIncrementalDecoder()
2020 d = StatefulIncrementalDecoder()
2424 StatefulIncrementalDecoder.codecEnabled = 1
2442 StatefulIncrementalDecoder.codecEnabled = 0
/external/python/cpython3/Lib/test/
Dtest_io.py2366 class StatefulIncrementalDecoder(codecs.IncrementalDecoder): class
2453 codecs.register(StatefulIncrementalDecoder.lookupTestDecoder)
2491 d = StatefulIncrementalDecoder()
2495 d = StatefulIncrementalDecoder()
2968 StatefulIncrementalDecoder.codecEnabled = 1
2986 StatefulIncrementalDecoder.codecEnabled = 0