Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/chisel
/ printClassMethods
Function
printClassMethods
commands/FBClassDump.py:240–241 ·
view source on GitHub ↗
(cls, showaddr=False)
Source
from the content-addressed store, hash-verified
238
239
240
def
printClassMethods(cls, showaddr=False):
241
printInstanceMethods(runtimeHelpers.object_getClass(cls), showaddr,
"+"
)
242
243
244
def
printProperties(cls, showvalue=False):
Callers
1
run
Method · 0.85
Calls
1
printInstanceMethods
Function · 0.85
Tested by
no test coverage detected