-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Labels
Description
[PYTHON]
Many undocumented Python functions.
Users don't know which keywords and functions they can use.
Document them by adding them to the Toolbox|Catalog (and, of course, the user manual).
These include:
abs, all, any, bin, bool, bytes, chr, complex, dict, dir, divmod, enumerate, eval, filter, float, getattr, hasattr, hex, id, input, int, isinstance, issubclass, len, list, map, next, oct, ord, pow, print, range, repr, round, set, setattr, slice, sorted, str, sum, tuple, type, zip
and perhaps others I'm not aware of.
Reactions are currently unavailable