diff options
author | Prabhu Ramachandran | 2017-11-28 23:50:31 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-11-28 23:50:31 +0530 |
commit | cf7c9cc1bb9e4f004e547aaa728fe6254f3cf704 (patch) | |
tree | b677641ff7bbf0b21d60a004d2e8fbdcbf135281 /advanced_python/Makefile | |
parent | 61659d0e9a301f15d1ba0a756d25dca8b66ea0f5 (diff) | |
download | python-workshops-cf7c9cc1bb9e4f004e547aaa728fe6254f3cf704.tar.gz python-workshops-cf7c9cc1bb9e4f004e547aaa728fe6254f3cf704.tar.bz2 python-workshops-cf7c9cc1bb9e4f004e547aaa728fe6254f3cf704.zip |
Completing material on OOP.
Diffstat (limited to 'advanced_python/Makefile')
-rw-r--r-- | advanced_python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/advanced_python/Makefile b/advanced_python/Makefile index 14a8c9b..b0b761a 100644 --- a/advanced_python/Makefile +++ b/advanced_python/Makefile @@ -14,7 +14,9 @@ SLIDES= 1_intro.pdf \ 8_oop_inheritance.pdf \ 9_oop_containership.pdf \ 10_oop_classattr.pdf \ - 11_oop_misc.pdf + 11_oop_misc.pdf \ + 12_oop_simple_special_methods.pdf \ + 13_oop_special_methods.pdf all: $(SLIDES) |