MCPcopy Create free account
hub / github.com/facebook/chisel / printProperties

Function printProperties

commands/FBClassDump.py:244–247  ·  view source on GitHub ↗
(cls, showvalue=False)

Source from the content-addressed store, hash-verified

242
243
244def printProperties(cls, showvalue=False):
245 props = getProperties(cls)
246 for p in props:
247 print(p.prettyPrintString())
248
249
250def decode(code):

Callers 1

runMethod · 0.85

Calls 2

getPropertiesFunction · 0.85
prettyPrintStringMethod · 0.45

Tested by

no test coverage detected