Python2 to Python3 utilities - kombu.five

celery.five

Compatibility implementations of features only available in newer Python versions.

kombu.five.exec_(code, globs=None, locs=None)

Execute code in a namespace.

kombu.five.items(d)
kombu.five.keys(d)
kombu.five.monotonic()
kombu.five.nextfun(it)
kombu.five.reraise(tp, value, tb=None)
class kombu.five.timespec
tv_nsec

Structure/Union member

tv_sec

Structure/Union member

kombu.five.values(d)
kombu.five.with_metaclass(Type, skip_attrs=set(['__dict__', '__weakref__']))

Class decorator to set metaclass.

Works with both Python 3 and Python 3 and it does not add an extra class in the lookup order like six.with_metaclass does (that is – it copies the original class instead of using inheritance).