Home
last modified time | relevance | path

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

/external/python/mock/mock/
Dmock.py2498 def _to_stream(read_data): function
2517 _read_data = _to_stream(read_data)
2570 _state[0] = _to_stream(read_data)
/external/python/cpython3/Lib/unittest/
Dmock.py2751 def _to_stream(read_data): function
2770 _read_data = _to_stream(read_data)
2824 _state[0] = _to_stream(read_data)