MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / augment_enabled

Method augment_enabled

common/generator.py:98–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 self.random = random
97
98 def augment_enabled(self):
99 return self.augment
100
101 def next_pairs(self):
102 if self.state is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected