( self )
| 127 | #print "LOOKUP SHALLOW", t.stop() |
| 128 | |
| 129 | def testDefaultConstructor( self ) : |
| 130 | |
| 131 | m = IECore.PathMatcher() |
| 132 | self.assertEqual( m.match( "/" ), IECore.PathMatcher.Result.NoMatch ) |
| 133 | |
| 134 | def testWildcards( self ) : |
| 135 |
nothing calls this directly
no test coverage detected