Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(14) | Call(14) | Derive(0) | Import(0)
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/techreport.py Products.CMFBibliographyAT(Download)
)) TechreportSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy() TechreportSchema.get('authors').required = 1
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/proceedings.py Products.CMFBibliographyAT(Download)
)) ProceedingsSchema = HeaderSchema.copy() + AuthorSchema.copy() + ThisAuthorTrailingSchema.copy() + \ CoreSchema.copy() + SourceSchema.copy() + TrailingSchema.copy() ProceedingsSchema.get('authors').required = 0
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/preprint.py Products.CMFBibliographyAT(Download)
)) PreprintSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy()
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/phdthesis.py Products.CMFBibliographyAT(Download)
)) PhdthesisSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy() PhdthesisSchema.get('authors').required = 1
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/misc.py Products.CMFBibliographyAT(Download)
)) MiscSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy() MiscSchema.get('authors').required = 0
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/mastersthesis.py Products.CMFBibliographyAT(Download)
)) MastersthesisSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy() MastersthesisSchema.get('authors').required = 1
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/manual.py Products.CMFBibliographyAT(Download)
)) ManualSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy() ManualSchema.get('authors').required = 0
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/inproceedings.py Products.CMFBibliographyAT(Download)
)) InproceedingsSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy() InproceedingsSchema.get('authors').required = 1
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/incollection.py Products.CMFBibliographyAT(Download)
)) IncollectionSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy() IncollectionSchema.get('authors').required = 1
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/content/inbook.py Products.CMFBibliographyAT(Download)
)) InbookSchema = HeaderSchema.copy() + AuthorSchema.copy() + CoreSchema.copy() + \ SourceSchema.copy() + TrailingSchema.copy() InbookSchema.get('authors').required = 1
1 | 2 Next