pixelscript 0.5.9

Multi language scripting runtime
Documentation
1
2
3
4
5
6
7
# Only included if `pxs_utils` feature set. This goes into GLOBAL scope

def _pxs_items(d):
    if not type(d) is dict:
        return []
    return list(d.items())