DAMASK_EICMD/python
Martin Diehl 925a4f73d6 staticmethod better suited than class method
a classmethod changes the class, i.e. it assigns attributes and gives
them specific values.
a staticmethod does not alter the class

https://www.geeksforgeeks.org/class-method-vs-static-method-python
2019-11-26 20:32:54 +01:00
..
damask staticmethod better suited than class method 2019-11-26 20:32:54 +01:00
.gitignore reflects current temp files 2019-04-28 07:22:12 +02:00
MANIFEST.in tools to build a python wheel distribution 2019-04-26 20:54:58 +02:00
setup.py more details 2019-04-28 12:04:11 +02:00