( self )
| 175 | self.assertEqual( s.getPadding(), 1 ) |
| 176 | |
| 177 | def testCopy( self ) : |
| 178 | |
| 179 | s = IECore.FileSequence( "seq.#.tif", IECore.FrameRange( 0, 2 ) ) |
| 180 | self.assertEqual( s, s.copy() ) |
| 181 | |
| 182 | def testMapping( self ) : |
| 183 |
nothing calls this directly
no test coverage detected