Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/tests/test_FSReSTMethod.py Products.CMFCore(Download)
def test_customize( self ): from Products.PageTemplates.ZopePageTemplate import ZopePageTemplate from Products.CMFCore.FSReSTMethod import _CUSTOMIZED_TEMPLATE_ZPT self.custom.all_meta_types = ZPT_META_TYPES
self.assertEqual(_normalize_whitespace(target.document_src()), _normalize_whitespace(_CUSTOMIZED_TEMPLATE_ZPT)) def test_customize_alternate_root( self ):