class documentation
class JSONableBoundRepeatable(Generic[
Like JSONableBoundMethod, but for repeating calls.
| Method | __call__ |
Call this bound method's function with its instance as self. |
| Method | to |
Convert this method's instance to a JSON-dumpable dict. |
| Method | type |
Combine the bound method's name with its owning class's type code. |
| Instance Variable | descriptor |
the descriptor that this bound method is binding, created by JSONRegistry.repeatMethod. |
| Instance Variable | instance |
the instance that this bound method is bound to; a JSONableInstance of some kind. |