Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
def
printProperties(cls, showvalue=False):
245
props = getProperties(cls)
246
for
p in props:
247
print(p.prettyPrintString())
248
249
250
def
decode(code):
Callers
1
run
Method · 0.85
Calls
2
getProperties
Function · 0.85
prettyPrintString
Method · 0.45
Tested by
no test coverage detected