We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12ad8e commit 9a8be5cCopy full SHA for 9a8be5c
1 file changed
patterns/creational/prototype.py
@@ -16,6 +16,9 @@
16
17
Below provides an example of such Dispatcher, which contains three
18
copies of the prototype: 'default', 'objecta' and 'objectb'.
19
+
20
+*TL;DR
21
+Creates new object instances by cloning prototype.
22
"""
23
24
from typing import Any, Dict
0 commit comments