How to use nn.ModuleList() correctly

I thought it was more than a simple python list according to this post and its reply: When should I use nn.ModuleList and when should I use nn.Sequential?