Re: [Yade-users] [Question #228866]: What is the meaning of len()?

2013-05-14 Thread Ray Mong
Question #228866 on Yade changed: https://answers.launchpad.net/yade/+question/228866 Status: Answered => Solved Ray Mong confirmed that the question is solved: Thank you, Luc. -- You received this question notification because you are a member of yade-users, which is an answer contact for

Re: [Yade-users] [Question #228866]: What is the meaning of len()?

2013-05-14 Thread Luc Scholtès
Question #228866 on Yade changed: https://answers.launchpad.net/yade/+question/228866 Status: Open => Answered Luc Scholtès proposed the following answer: Hi Ray, len() is a python function, not a specific yade function. It is defined in the python documentation there: http://docs.python.or

[Yade-users] [Question #228866]: What is the meaning of len()?

2013-05-14 Thread Ray Mong
New question #228866 on Yade: https://answers.launchpad.net/yade/+question/228866 In the introduction part, it introduces two yade command firstly, which are TriaxialTest(numberOfGrains=200).load() len(O.bodies) what is the meaning of len()? I can not find this command by search. This question i