Home
last modified time | relevance | path

Searched refs:StringIO (Results 151 – 175 of 10917) sorted by relevance

12345678910>>...437

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py/transport/
H A DTTransport.py26 StringIO = BytesStrIO variable
29 from cStringIO import StringIO
162 self.__wbuf = StringIO()
163 self.__rbuf = StringIO(b"")
192 self.__wbuf = StringIO()
211 self.__rbuf = StringIO(retstring)
231 self._writeBuffer = StringIO()
291 self.__rbuf = StringIO()
292 self.__wbuf = StringIO()
326 self.__wbuf = StringIO()
[all …]
/dports/devel/py-srsly/srsly-2.4.2/srsly/tests/ruamel_yaml/
H A Dtest_issues.py136 buf = StringIO()
349 buf = StringIO()
378 buf = StringIO()
407 buf = StringIO()
436 buf = StringIO()
453 buf = StringIO()
641 buf = StringIO()
727 buf = StringIO()
760 buf = StringIO()
793 buf = StringIO()
[all …]
/dports/textproc/py-pytoml/pytoml-0.1.21/test/
H A Dtest_parser.py6 from StringIO import StringIO
8 from io import StringIO
16 source = StringIO("[")
23 source = StringIO("[")
29 source = StringIO(u"""\
/dports/science/py-molmod/molmod-1.4.8/molmod/test/
H A Dtest_log.py25 from io import StringIO
31 with StringIO() as f:
41 with StringIO() as f:
61 with StringIO() as f:
76 with StringIO() as f:
87 with StringIO() as f:
96 with StringIO() as f:
106 with StringIO() as f:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/grit/grit/
H A Dgrd_reader_unittest.py18 from six import StringIO
57 pseudo_file = StringIO(input)
78 pseudo_file = StringIO(input)
97 pseudo_file = StringIO(input)
117 pseudo_file = StringIO(input)
154 pseudo_file = StringIO(input)
181 pseudo_file = StringIO(input)
209 pseudo_file = StringIO(input)
277 output = grd_reader.Parse(StringIO(top_grd),
309 data = StringIO(template % data)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/grit/grit/
H A Dgrd_reader_unittest.py18 from six import StringIO
57 pseudo_file = StringIO(input)
78 pseudo_file = StringIO(input)
97 pseudo_file = StringIO(input)
117 pseudo_file = StringIO(input)
154 pseudo_file = StringIO(input)
181 pseudo_file = StringIO(input)
209 pseudo_file = StringIO(input)
277 output = grd_reader.Parse(StringIO(top_grd),
309 data = StringIO(template % data)
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/tools/grit/grit/
H A Dgrd_reader_unittest.py18 from six import StringIO
57 pseudo_file = StringIO(input)
78 pseudo_file = StringIO(input)
97 pseudo_file = StringIO(input)
117 pseudo_file = StringIO(input)
154 pseudo_file = StringIO(input)
181 pseudo_file = StringIO(input)
209 pseudo_file = StringIO(input)
277 output = grd_reader.Parse(StringIO(top_grd),
309 data = StringIO(template % data)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/python/blessings/blessings/
H A Dtests.py15 from StringIO import StringIO
54 t = TestTerminal(stream=StringIO())
61 t = TestTerminal(stream=StringIO(), force_styling=True)
84 t = TestTerminal(stream=StringIO(), force_styling=True)
97 t = TestTerminal(stream=StringIO(), force_styling=True)
111 out = StringIO()
149 t = TestTerminal(stream=StringIO())
166 t = TestTerminal(stream=StringIO())
168 t = TestTerminal(stream=StringIO(), force_styling=True)
195 t = TestTerminal(stream=StringIO())
[all …]
/dports/devel/py-doit/doit-0.31.1/tests/
H A Dtest_cmd_clean.py1 from io import StringIO
29 output = StringIO()
38 output = StringIO()
47 output = StringIO()
57 output = StringIO()
68 output = StringIO()
78 output = StringIO()
86 output = StringIO()
95 output = StringIO()
103 output = StringIO()
[all …]
H A Dtest_cmd_resetdep.py1 from io import StringIO
15 output = StringIO()
26 output = StringIO()
40 output = StringIO()
51 output = StringIO()
59 output = StringIO()
68 output = StringIO()
76 output = StringIO()
96 output = StringIO()
116 output = StringIO()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dtest_iostream.py9 from io import StringIO
15 from StringIO import StringIO
198 stream = StringIO()
206 stream = StringIO()
217 stream = StringIO()
225 stream = StringIO()
235 stream = StringIO()
255 stream = StringIO()
262 stream = StringIO()
270 stream = StringIO()
[all …]
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dtest_iostream.py9 from io import StringIO
15 from StringIO import StringIO
198 stream = StringIO()
206 stream = StringIO()
217 stream = StringIO()
225 stream = StringIO()
235 stream = StringIO()
255 stream = StringIO()
262 stream = StringIO()
270 stream = StringIO()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dtest_iostream.py9 from io import StringIO
15 from StringIO import StringIO
198 stream = StringIO()
206 stream = StringIO()
217 stream = StringIO()
225 stream = StringIO()
235 stream = StringIO()
255 stream = StringIO()
262 stream = StringIO()
270 stream = StringIO()
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/ignition/
H A Dlinux_perf_report_test.py6 import StringIO
53 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
67 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
125 perf_stream = StringIO.StringIO("""
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/ignition/
H A Dlinux_perf_report_test.py6 import StringIO
53 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
67 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
125 perf_stream = StringIO.StringIO("""
/dports/www/node10/node-v10.24.1/deps/v8/tools/ignition/
H A Dlinux_perf_report_test.py6 import StringIO
53 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
67 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
125 perf_stream = StringIO.StringIO("""
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/ignition/
H A Dlinux_perf_report_test.py6 import StringIO
53 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
67 perf_stream = StringIO.StringIO(PERF_SCRIPT_OUTPUT)
125 perf_stream = StringIO.StringIO("""
/dports/lang/python27/Python-2.7.18/Lib/
H A Dshelve.py67 from cStringIO import StringIO
69 from StringIO import StringIO
121 f = StringIO(self.dict[key])
130 f = StringIO()
194 f = StringIO(value)
199 f = StringIO(value)
204 f = StringIO(value)
209 f = StringIO(value)
214 f = StringIO(value)
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dshelve.py67 from cStringIO import StringIO
69 from StringIO import StringIO
121 f = StringIO(self.dict[key])
130 f = StringIO()
194 f = StringIO(value)
199 f = StringIO(value)
204 f = StringIO(value)
209 f = StringIO(value)
214 f = StringIO(value)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dshelve.py67 from cStringIO import StringIO
69 from StringIO import StringIO
121 f = StringIO(self.dict[key])
130 f = StringIO()
190 f = StringIO(value)
195 f = StringIO(value)
200 f = StringIO(value)
205 f = StringIO(value)
210 f = StringIO(value)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dshelve.py67 from cStringIO import StringIO
69 from StringIO import StringIO
121 f = StringIO(self.dict[key])
130 f = StringIO()
190 f = StringIO(value)
195 f = StringIO(value)
200 f = StringIO(value)
205 f = StringIO(value)
210 f = StringIO(value)
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/diversity/tests/
H A Dtest_util.py133 io.StringIO(
142 io.StringIO(
151 io.StringIO(
160 io.StringIO(
170 io.StringIO(
188 io.StringIO(
198 io.StringIO(
220 io.StringIO(
230 io.StringIO(
239 t = TreeNode.read(io.StringIO('root;'))
[all …]
/dports/multimedia/streamlink/streamlink-2.1.2/tests/
H A Dtest_console.py2 from io import StringIO
15 output = StringIO()
22 output = StringIO()
29 output = StringIO()
35 output = StringIO()
41 output = StringIO()
49 output = StringIO()
57 output = StringIO()
65 output = StringIO()
/dports/math/py-theano/Theano-1.0.5/theano/tests/
H A Dtest_record.py4 from six.moves import xrange, StringIO
15 output = StringIO()
31 output = StringIO(output_value)
44 output = StringIO()
56 output = StringIO(output_value)
78 output = StringIO()
96 output = StringIO(output_value)
116 output = StringIO()
134 output = StringIO(output_value)
/dports/textproc/py-pyexcel/pyexcel-0.6.7/tests/
H A D_compact.py11 from StringIO import StringIO
12 from StringIO import StringIO as BytesIO
14 from io import BytesIO, StringIO

12345678910>>...437