Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/chisel
/ isClassObject
Function
isClassObject
commands/FBClassDump.py:207–208 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
205
206
# helpers
207
def
isClassObject(arg):
208
return
runtimeHelpers.class_isMetaClass(runtimeHelpers.object_getClass(arg))
209
210
211
def
getClassFromArgument(arg, is_classname):
Callers
1
getClassFromArgument
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected