There was an error while loading. Please reload this page.
1 parent 2a82040 commit a0fe948Copy full SHA for a0fe948
1 file changed
fundamental/delegation_pattern.py
@@ -9,6 +9,7 @@
9
Allows object composition to achieve the same code reuse as inheritance.
10
"""
11
12
+
13
class Delegator(object):
14
15
>>> delegator = Delegator(Delegate())
0 commit comments