I can't see this anywhere yet. It would be handy to have access to the overall N of the cube. Unsure if there are any edge cases that would make it more complicated than:
@property
def N(self):
'''Return the overall N of the cube.
'''
return self._cube['result']['n']
I can't see this anywhere yet. It would be handy to have access to the overall
Nof the cube. Unsure if there are any edge cases that would make it more complicated than: