portage.proxy.objectproxy module

class portage.proxy.objectproxy.ObjectProxy

Bases: object

Object that acts as a proxy to another object, forwarding attribute accesses and method calls. This can be useful for implementing lazy initialization.

_get_target()