Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/p/r/Products.FileSystemSite-2.4/Products/FileSystemSite/tests/base/dummy.py Products.FileSystemSite(Download)
def manage_afterAdd( self, item, container ): self.after_add_called = 1 if self.catalog: PortalContent.manage_afterAdd( self, item, container )