Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
Apply skeleton to `dst_dir`. Copy files and folders from the `src` folder to the `dst_dir`. If `dst_dir` doesn't exist, it will be created. The file name are formatted by the template formatter so that file names can do dynamically generated. Make sure that any special characters for the formatters are escaped. If the file name ends by "_tmpl" its content will be formatted by the(more...)
src/s/k/skeleton-0.6/skeleton/tests/test_examples.py skeleton(Download)
with TempDir() as tmp: skel.write(tmp.path) self.assertTrue(tmp.exists('LICENSE'))
src/s/k/skeleton_stu-0.6.3/skeleton/tests/test_examples.py skeleton_stu(Download)
with TempDir() as tmp: skel.write(tmp.path) self.assertTrue(tmp.exists('LICENSE'))
src/s/k/skeleton-HEAD/skeleton/tests/test_examples.py skeleton(Download)
with TempDir() as tmp: skel.write(tmp.path) self.assertTrue(tmp.exists('LICENSE'))