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

Method ffunc_lookup

Scan/TestIn/host.py:280–289  ·  view source on GitHub ↗

Do lookup on ffunc (Frame Function) @returns: String name of ffunc index

(self)

Source from the content-addressed store, hash-verified

278 return output
279
280 def ffunc_lookup(self):
281 '''
282 Do lookup on ffunc (Frame Function)
283
284 @returns: String name of ffunc index
285 '''
286 lookup = {
287 0: 'off',
288 }
289 return lookup[self.ffunc]
290
291 def pfunc_lookup(self):
292 '''

Callers 2

__repr__Method · 0.95
verifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected