A proxy object which calls a wrapped function when object operations (like get, set and delete) are done on it, using the specified key as the first parameter.
This can be used to create 'dynamic' getters, setters and 'deleters'.
Pending tests. Please report bugs.
Copy
A proxy object which calls a wrapped function when object operations (like get, set and delete) are done on it, using the specified key as the first parameter.
This can be used to create 'dynamic' getters, setters and 'deleters'.
Pending tests. Please report bugs.