Ejemplo n.º 1
0
 def sof_fixture(self, soi_, sof_, eoi_):
     markers = (soi_, sof_, eoi_)
     jfif_markers = _JfifMarkers(markers)
     return jfif_markers, sof_
Ejemplo n.º 2
0
 def no_sof_fixture(self, soi_, eoi_):
     markers = (soi_, eoi_)
     return _JfifMarkers(markers)
Ejemplo n.º 3
0
 def app1_fixture(self, soi_, app1_, eoi_):
     markers = (soi_, app1_, eoi_)
     jfif_markers = _JfifMarkers(markers)
     return jfif_markers, app1_
Ejemplo n.º 4
0
 def sof_fixture(self, soi_, sof_, eoi_):
     markers = (soi_, sof_, eoi_)
     jfif_markers = _JfifMarkers(markers)
     return jfif_markers, sof_
Ejemplo n.º 5
0
 def no_sof_fixture(self, soi_, eoi_):
     markers = (soi_, eoi_)
     return _JfifMarkers(markers)
Ejemplo n.º 6
0
 def app1_fixture(self, soi_, app1_, eoi_):
     markers = (soi_, app1_, eoi_)
     jfif_markers = _JfifMarkers(markers)
     return jfif_markers, app1_