Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
Like write() but prompt user for missing variables. Raises: - `TemplateKeyError` if it found an unexpected variable in a template. - `FileNameKeyError` if it found an unexpected variable in a file name. - IOError if it cannot read the skeleton files, or cannot create files and folder.
src/s/k/skeleton-0.6/skeleton/tests/test_examples.py skeleton(Download)
skel = LicenseChoice() with TempDir() as tmp: skel.run(tmp.path) self.assertTrue(tmp.exists('LICENSE'))
src/s/k/skeleton_stu-0.6.3/skeleton/tests/test_examples.py skeleton_stu(Download)
skel = LicenseChoice() with TempDir() as tmp: skel.run(tmp.path) self.assertTrue(tmp.exists('LICENSE'))
src/s/k/skeleton-HEAD/skeleton/tests/test_examples.py skeleton(Download)
skel = LicenseChoice() with TempDir() as tmp: skel.run(tmp.path) self.assertTrue(tmp.exists('LICENSE'))