rpyc_mem.utils package

Submodules

rpyc_mem.utils.object_proxy module

Object Proxying Utils

Initial Credits: Inspired by Tomer Filiba’s Python recipe: (https://code.activestate.com/recipes/496741-object-proxying/)

rpyc_mem.utils.object_proxy.proxify(real_attr, local_attrs=())

Class decorator for making a class a proxy class

Parameters
  • real_attr – The attribute which is holding the real object that is being proxied

  • local_attrs – The attributes which should be treated as local attributes for the class

Returns

Module contents