Do
read it below
1 | #!/usr/bin/env python3 |
Try to comment func __set__
, then think about what&why
the result are different.
Get
It’s become a non-data descriptor
when func __set__
is commented.
read it below
1 | #!/usr/bin/env python3 |
Try to comment func __set__
, then think about what&why
the result are different.
It’s become a non-data descriptor
when func __set__
is commented.