MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / __len__

Method __len__

python/__expr.py:98–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 return None
97
98 def __len__(self):
99 return self.a.Height()
100
101
102class TransExpr(MatExpr):

Callers

nothing calls this directly

Calls 1

HeightMethod · 0.45

Tested by

no test coverage detected