Design Pattern Examples
Overview of object-oriented design patterns
DesignPatternExamples_python.proxy.proxy_class Namespace Reference

Classes

class  Proxy_Class
 The proxy class that implements the IWorkByProxy interface. More...
 
class  Proxy_Classes_Container
 A class factory for getting the proxy. More...
 

Variables

list __all__ = ["Proxy_Classes_Container"]
 Control what will be exported from this module if the user were to use from proxy_class import * (Which no one really should be doing as it's bad form.)
 

Variable Documentation

◆ __all__

list __all__ = ["Proxy_Classes_Container"]
private

Control what will be exported from this module if the user were to use from proxy_class import * (Which no one really should be doing as it's bad form.)

Definition at line 95 of file proxy_class.py.