Some methods use 'six' without importing, resulting in the following error in certain cases: NameError: global name 'six' is not defined This is the case for: MappingType#get_index(...) S#get_indexes(...)
Some methods use 'six' without importing, resulting in the following error in certain cases:
NameError: global name 'six' is not defined
This is the case for:
MappingType#get_index(...)
S#get_indexes(...)