MCPcopy 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
207def isClassObject(arg):
208 return runtimeHelpers.class_isMetaClass(runtimeHelpers.object_getClass(arg))
209
210
211def getClassFromArgument(arg, is_classname):

Callers 1

getClassFromArgumentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected