decoratorsΒΆ

crys_add_doc(func)

Decorator to add common docstrings to functions with crystal/unit cell related functionallity.

lazyprop(fget)

Decorator for creating lazy evaluated properties.

open_and_close(func)

Decorator for all parsing functions that originally got a file name and went thru the whole file b/c the things that they search can occur in arbitrary order.