Home
last modified time | relevance | path

Searched defs:fileclass (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_httplib.py26 def __init__(self, text, fileclass=StringIO.StringIO, host=None, port=None): argument
/external/python/cpython3/Lib/test/
Dtest_httplib.py46 def __init__(self, text, fileclass=io.BytesIO, host=None, port=None): argument