Tips ==== - Dynamical construction of objects. As objects are constructed dynamically depending on their very nature, their structure is not fixed (e.g. the contents of a :class:`epygram.geometries.H2DGeometry` object are different between a projected geometry and a Gauss one). Therefore if you want to know what's inside an object, the best is to print its contents: .. code-block:: python >>> print myobject which will return a recursive print of the objects' attribute. - For now, *that's all folks !*