EMF_Camp_Badge/upip/weakref.py

8 lines
163 B
Python

#
# This is completely dummy implementation, which does not
# provide real weak references, and thus will hoard memory!
#
def proxy(obj, cb=None):
return obj