What is proxy object in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is proxy object in python?

30th Jul 2021, 2:59 AM
I Am a Baked Potato
I Am a Baked Potato - avatar
2 Answers
+ 1
Tushar Kumar 🇮🇳 Proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to the original object, allowing you to perform something either before or after the request gets through to the original object. https://refactoring.guru/design-patterns/proxy/JUMP_LINK__&&__python__&&__JUMP_LINK/example
30th Jul 2021, 5:55 AM
Allan 🔥STORMER🔥🔥🔥🔥
Allan 🔥STORMER🔥🔥🔥🔥 - avatar
- 1
phjj
10th Aug 2021, 12:12 PM
Vikash Raj
Vikash Raj - avatar