underscore.py icon indicating copy to clipboard operation
underscore.py copied to clipboard

Python port of underscore.js

Results 13 underscore.py issues
Sort by recently updated
recently updated
newest added

Current defer function is a mimic of javascript version, I need to find way to really defer a function

Help Needed

Python does not have this feature but I can simulate it by setting function globals just like I did in the template function

Enhancement

This is not really an issue with underscore.py, but rather something I thought underscore.py users might need for in-thread throttling: https://github.com/rbpasker/pyutils/blob/master/throttle.py

Won't Fix
Suggestion