Add __len__
method to mapdl.components
#3661
Labels
enhancement
Improve any current implemented feature
__len__
method to mapdl.components
#3661
Description of the feature
Currently:
In [4]: len(mapdl.components) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[4], line 1 ----> 1 len(mapdl.components) TypeError: object of type 'ComponentManager' has no len()
Steps for implementing the feature
it should just be something like:
Useful links and references
No response
The text was updated successfully, but these errors were encountered: