We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8af8a6 commit ba1ef2aCopy full SHA for ba1ef2a
1 file changed
fundamental/delegation_pattern.py
@@ -15,6 +15,7 @@ class Delegator(object):
15
>>> delegator.do_anything()
16
17
"""
18
+
19
def __init__(self, delegate):
20
self.delegate = delegate
21
0 commit comments