[top] / zope / app / container / directory / noop
noop(container)
Adapt an IContainer to an IWriteDirectory by just returning it
This "works" because IContainer and IWriteDirectory have the same methods, however, the output doesn't actually implement IWriteDirectory.