This function creates an ResFunc object. When queried, it returns the result of an function call.
1 |
resource |
the name of the resource. Required. |
fun |
a function that matches the signature function(self, resource, ...) |
depends |
the names of the resources this function depends on. |
clss |
name of the class to create. Default ResFunc, must be inherited from this class. |
... |
additional parameters passed to the function when the resource is queried. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.