MCPcopy Create free account
hub / github.com/ImageEngine/cortex / testRepr

Method testRepr

test/IECore/FileSequence.py:67–70  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

65 self.assertEqual( str(r), "3" )
66
67 def testRepr( self ) :
68 import IECore
69 r = IECore.FrameRange( 2, 200, 2 )
70 self.assertEqual( r, eval( repr( r ) ) )
71
72 def testParser( self ) :
73

Callers

nothing calls this directly

Calls 2

FrameRangeMethod · 0.80
reprFunction · 0.50

Tested by

no test coverage detected