MCPcopy Create free account
hub / github.com/TRIQS/triqs / __reduce__

Method __reduce__

python/triqs/dos/dos.py:244–245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

242 #-------------------------------------------------------------
243
244 def __reduce__(self) :
245 return self.__class__, (self.function,self.x_min, self.x_max, len(self.eps), self.name)
246
247 #-------------------------------------------------------------
248

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected