MCPcopy Create free account
hub / github.com/ahalev/python-microgrid / __getnewargs__

Method __getnewargs__

src/pymgrid/microgrid/microgrid.py:1055–1056  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1053 return sorted(rv)
1054
1055 def __getnewargs__(self):
1056 return (self.modules.to_tuples(), )
1057
1058 def __len__(self):
1059 """

Callers

nothing calls this directly

Calls 1

to_tuplesMethod · 0.80

Tested by

no test coverage detected