Skip to content

Alter MDAnalsysi.base.AnanlysisBase #35

@PicoCentauri

Description

@PicoCentauri

I know that @joaomcteixeira is not a fan of OOPing things but I will post this here anyway ;).
I thought about altering the base class with two new methods/attributes. A self.doc_dict attribute: a dictionary combining the docstring information and the callable signature. In principle, it is our

def parse_callable_signature(callable_obj, storage_dict):

as a class method.

And a self.save_results() method based on our general approach could be added if no such a function exists.

If we dynamically alter the analysis class we are parsing this could help to improve our workflow and will help users/developers that try to use our python implementation.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions