List is a list subclass that reads its members from a memory stream. It also provides with methods to convert this data to more useful values.
returns an ordinary Python list that contains the atom ids of the atoms in atoms.
| Note: | Actually that’s the same as from_resources(). But explicit is better than implicit ... |
|---|
interpret the data as a homogenous list of X ids.
| Parameter: | cls – The resource class to instantiate if the corresponding X id couldn’t be found in the cache. |
|---|---|
| Returns: | a list of cls instances |