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/r/Products.Archetypes-1.10.1/Products/Archetypes/BaseFolder.py Products.Archetypes(Download)
def MKCOL_handler(self, id, REQUEST=None, RESPONSE=None): """Hook into the MKCOL (make collection) process to call manage_afterMKCOL. """ result = PortalFolder.MKCOL_handler(self, id, REQUEST, RESPONSE)
src/p/r/Products.Archetypes-HEAD/Products/Archetypes/BaseFolder.py Products.Archetypes(Download)
def MKCOL_handler(self, id, REQUEST=None, RESPONSE=None): """Hook into the MKCOL (make collection) process to call manage_afterMKCOL. """ result = PortalFolder.MKCOL_handler(self, id, REQUEST, RESPONSE)