3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-19 06:21:38 +02:00

Add back manual adjustments to toto_module_desc.py

This commit is contained in:
Nils Wentzell 2019-04-23 12:58:11 -04:00
parent 6289a96236
commit 815b397333

View File

@ -26,6 +26,9 @@ c = class_(
c_type = "app4triqs::toto", # name of the C++ class
doc = """A very useful and important class\n\n @note A Useful note""", # doc of the C++ class
hdf5 = True,
arithmetic = ("add_only"),
comparisons = "==",
serializable = "tuple"
)
c.add_constructor("""()""", doc = """""")