Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/l/plone.resource-1.0.2/plone/resource/tests/test_directory.py plone.resource(Download)
from OFS.Image import File file = File('test.html', 'test.html', StringIO('asdf')) root.demo.foo._setOb('test.html', file) from plone.resource.directory import PersistentResourceDirectory
src/p/l/plone.resource-HEAD/plone/resource/tests/test_directory.py plone.resource(Download)
from OFS.Image import File file = File('test.html', 'test.html', StringIO('asdf')) root.demo.foo._setOb('test.html', file) from plone.resource.directory import PersistentResourceDirectory