mirror of
https://github.com/triqs/dft_tools
synced 2024-12-31 16:45:49 +01:00
Add back manual adjustments to toto_module_desc.py
This commit is contained in:
parent
6289a96236
commit
815b397333
@ -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 = """""")
|
||||
|
Loading…
Reference in New Issue
Block a user