kopia lustrzana https://github.com/micropython/micropython-lib
weakref: Dummy, not weakref implementation at all (proxy() method so far).
rodzic
d629aa2db7
commit
450b8b63ec
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# This is completely dummy implementation, which does not
|
||||||
|
# provide real weak references, and thus will hoard memory!
|
||||||
|
#
|
||||||
|
|
||||||
|
def proxy(obj, cb=None):
|
||||||
|
return obj
|
Ładowanie…
Reference in New Issue