File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 22
33:snake : Python snippets of examples, to learn things and to make task easier.
44
5+ ---
6+
57## Snippets
68
79- [ string_import.py] ( string_import.py ) example to show import module from string
1820- [ timer2.py] ( timer2.py ) Homegrown timing tools for function calls.
1921- [ timer3.py] ( timer3.py ) Homegrown timing tools for function calls.
2022- [ classtree.py] ( classtree.py ) Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height
23+
24+ ---
25+
26+ ## Contributing
27+
28+ __ Open an issue or a pull request to suggest changes or additions.__
29+
30+ ## Authors
31+
32+ [ Abdul Moiz] ( https://github.com/progrmoiz )
33+
34+ ## License
35+
36+ <p xmlns:dct =" http://purl.org/dc/terms/ " >
37+ <a rel="license"
38+ href="http://creativecommons.org/publicdomain/zero/1.0/">
39+ <img src =" http://i.creativecommons.org/p/zero/1.0/88x31.png " style =" border-style : none ;" alt =" CC0 " />
40+ </a >
41+ <br />
42+ To the extent possible under law,
43+ <a rel="dct: publisher "
44+ href="https://github.com/progrmoiz/">
45+ <span property =" dct:title " >Abdul Moiz</span ></a >
46+ has waived all copyright and related or neighboring rights to
47+ <span property =" dct:title " >Snippets</span >.
48+ </p >
You can’t perform that action at this time.
0 commit comments