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 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:

    >>> print myobject
    

    which will return a recursive print of the objects’ attribute.

  • For now, that’s all folks !

Previous topic

taylorism — Framework for parallelisation of tasks

Next topic

FAQ

This Page