コード例 #1
0
ファイル: helpers.py プロジェクト: cjw296/python-workfront
 def __init__(self, content, code):
     self.read = StringIO(text_type(content)).read
     self.code = code
コード例 #2
0
 def __init__(self, content, code):
     self.read = StringIO(text_type(content)).read
     self.code = code
コード例 #3
0
ファイル: helpers.py プロジェクト: cjw296/python-workfront
 def __init__(self, content, code):
     super(MockResponse, self).__init__(text_type(content))
     self.code = code
コード例 #4
0
 def __init__(self, content, code):
     super(MockResponse, self).__init__(text_type(content))
     self.code = code