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 66bb05b commit c1201d0Copy full SHA for c1201d0
Structural/proxy.py
@@ -1,6 +1,9 @@
1
-# -----------------------------------------
+# ----------------------------------------------------------------------------
2
# Proxy Pattern
3
+#------------------------------------------------------------------------------
4
+#Provide a surrogate or placeholder for another object to control access to it.
5
+# -----------------------------------------------------------------------------
6
+
7
from abc import ABC, abstractmethod
8
9
# ------------------------
0 commit comments