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

Function rm

python/IECore/FileSequenceFunctions.py:79–83  ·  view source on GitHub ↗
( sequence )

Source from the content-addressed store, hash-verified

77## Removes all the files specified by the sequence.
78## \ingroup python
79def rm( sequence ) :
80
81 for f in sequence.fileNames() :
82
83 os.remove( f )
84
85## Concetenates all the files specified by the sequence to stdout
86# \todo Allow destination file to be specified

Callers

nothing calls this directly

Calls 2

fileNamesMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected