What is proxy object in python? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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