示例#1
0
 def sof_fixture(self, soi_, sof_, eoi_):
     markers = (soi_, sof_, eoi_)
     jfif_markers = _JfifMarkers(markers)
     return jfif_markers, sof_
示例#2
0
 def no_sof_fixture(self, soi_, eoi_):
     markers = (soi_, eoi_)
     return _JfifMarkers(markers)
示例#3
0
 def app1_fixture(self, soi_, app1_, eoi_):
     markers = (soi_, app1_, eoi_)
     jfif_markers = _JfifMarkers(markers)
     return jfif_markers, app1_
示例#4
0
 def sof_fixture(self, soi_, sof_, eoi_):
     markers = (soi_, sof_, eoi_)
     jfif_markers = _JfifMarkers(markers)
     return jfif_markers, sof_
示例#5
0
 def no_sof_fixture(self, soi_, eoi_):
     markers = (soi_, eoi_)
     return _JfifMarkers(markers)
示例#6
0
 def app1_fixture(self, soi_, app1_, eoi_):
     markers = (soi_, app1_, eoi_)
     jfif_markers = _JfifMarkers(markers)
     return jfif_markers, app1_