OCC.Wrapper.wrapper_utils module

class Proxy(obj)

Bases: object

creates an proxy instance referencing obj. (obj, *args, **kwargs) are passed to this class’ __init__, so deriving classes can define an __init__ method of their own. note: _class_proxy_cache is unique per deriving class (each deriving class must hold its own cache)

deprecated(message)