lyon 994bb3bdc5 add weakref
add PikaUI test

test PikauI_core passed

save host_obj on methodArg

support save host_obj for method
2023-02-11 00:58:58 +08:00

9 lines
88 B
Python

class Test:
def foo(self):
print('hello')
t = Test()
fo = t.foo
t.fn = fo