What is proxy object in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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