mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 20:40:18 +00:00
...
This commit is contained in:
parent
67c0c68463
commit
89f18c1b2a
@ -109,3 +109,9 @@ struct Point {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Old style binding
|
||||||
|
|
||||||
|
You may see somewhere in the code that `vm->bind_method<>` or `vm->bind_func<>` is used.
|
||||||
|
They are old style binding functions and are deprecated.
|
||||||
|
You should use `vm->bind` instead.
|
Loading…
x
Reference in New Issue
Block a user