Returns a list of Dimensions, or None if the shape is unspecified.
(self)
| 813 | |
| 814 | @property |
| 815 | def dims(self): |
| 816 | """Returns a list of Dimensions, or None if the shape is unspecified.""" |
| 817 | return self._dims |
| 818 | |
| 819 | @property |
| 820 | def ndims(self): |
no outgoing calls
no test coverage detected