Returns how many functions are currently registered.
(self)
| 245 | return self._convert(ret) |
| 246 | |
| 247 | def size(self): |
| 248 | """Returns how many functions are currently registered.""" |
| 249 | return len(self._funcs) |
| 250 | |
| 251 | def _next_unique_token(self): |
| 252 | """Returns a unique token.""" |
no outgoing calls