Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(3) | Derive(0) | Import(3)
Adds a GPL notice and the GPLv3 license. Requires Author and ProjectName variables.
src/s/k/skeleton-0.6/skeleton/tests/test_examples.py skeleton(Download)
from skeleton.examples.basicpackage import BasicPackage, main from skeleton.examples.licenses import ( BSD, BSD_THIRD_CLAUSE, GPL, LGPL, NoLicense, LicenseChoice, )
def test_write(self): """Tests write of a GPL skeleton""" skel = GPL(author='Damien Lebrun', project_name='Foo') with TempDir() as tmp:
src/s/k/skeleton_stu-0.6.3/skeleton/tests/test_examples.py skeleton_stu(Download)
from skeleton.examples.basicpackage import BasicPackage, main from skeleton.examples.licenses import ( BSD, BSD_THIRD_CLAUSE, GPL, LGPL, NoLicense, LicenseChoice, )
def test_write(self): """Tests write of a GPL skeleton""" skel = GPL(author='Damien Lebrun', project_name='Foo') with TempDir() as tmp:
src/s/k/skeleton-HEAD/skeleton/tests/test_examples.py skeleton(Download)
from skeleton.examples.basicpackage import BasicPackage, main from skeleton.examples.licenses import ( BSD, BSD_THIRD_CLAUSE, GPL, LGPL, NoLicense, LicenseChoice, )
def test_write(self): """Tests write of a GPL skeleton""" skel = GPL(author='Damien Lebrun', project_name='Foo') with TempDir() as tmp: