In Python, how do I create a numpy array of arbitrary shape filled with all True or all False?
numpy.full((2,2), True, dtype=bool)