Every line of 'numpy shape' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
90 def getShape(self): 91 """Shape of the array, one element per dimension""" 92 return tuple(self.nda.getShape().getSizes())