Menu

Hopla is a lightweight tool for submitting script for computation within a PBS cluster. It basically wraps submission and provide access to logs.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

hopla.utils.format_attributes(cls, attrs=None)[source]ΒΆ

Automatically format class attributes.

Parameters:

cls : object

an input class.

attrs : list of str, default None

the attributes to add in the final description.

Returns:

repr : str

the class representation.

Follow us

© 2025, hopla developers