MCPcopy Create free account
hub / github.com/kiibohd/controller / __repr__

Method __repr__

Scan/TestIn/host.py:303–315  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301 return lookup[self.pfunc]
302
303 def __repr__(self):
304 val = "(trigger={}, index={}, pos={}, subpos={}, loops={}, framedelay={}, frameoption={}, ffunc={}, pfunc={})".format(
305 self.trigger.contents,
306 self.index,
307 self.pos,
308 self.subpos,
309 self.loops,
310 self.framedelay,
311 self.frameoption_lookup(),
312 self.ffunc_lookup(),
313 self.pfunc_lookup(),
314 )
315 return val
316
317
318class PixelBuf( Structure ):

Callers

nothing calls this directly

Calls 4

frameoption_lookupMethod · 0.95
ffunc_lookupMethod · 0.95
pfunc_lookupMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected