prange

Provides a 1D parallel iterator that generates a sequence of integers. In non-parallel contexts, prange is identical to range.

 

@staticmethod
__new__(cls, *args): 

Feedback

Examples

Templates

Documentation