Home
last modified time | relevance | path

Searched refs:helperFormat (Results 1 – 4 of 4) sorted by relevance

/dports/audio/py-music21/music21-7.1.0/music21/converter/
H A DsubConverters.py340 helperFormat = subformats[0]
343 helperFormat = 'musicxml'
352 helperConverter.setSubconverterFromFormat(helperFormat)
358 if helperFormat in ('musicxml', 'xml', 'lilypond', 'lily'):
374 helperFormat,
397 elif helperFormat == 'midi':
401 helperFormat,
/dports/graphics/py-png/pypng-0.0.17/code/
H A Dtest_png.py425 self.assertRaises(png.FormatError, self.helperFormat, eachchunk)
435 self.assertRaises(png.FormatError, self.helperFormat, eachchunk)
436 def helperFormat(self, f): member in Test
454 self.assertRaises(png.FormatError, self.helperFormat, eachchunk)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/png/
H A Dpng.py2817 self.assertRaises(FormatError, self.helperFormat, eachchunk)
2827 self.assertRaises(FormatError, self.helperFormat, eachchunk)
2828 def helperFormat(self, f): member in Test
2846 self.assertRaises(FormatError, self.helperFormat, eachchunk)
/dports/devel/py-game/pygame-2.1.0/test/test_utils/
H A Dpng.py2676 self.assertRaises(FormatError, self.helperFormat, eachchunk)
2688 self.assertRaises(FormatError, self.helperFormat, eachchunk)
2690 def helperFormat(self, f): member in Test
2712 self.assertRaises(FormatError, self.helperFormat, eachchunk)