Home
last modified time | relevance | path

Searched defs:isclass (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dinspect.py191 def isclass(object): function
/third_party/python/Python/
Dbltinmodule.c111 int isclass = 0; /* initialize to prevent gcc warning */ in builtin___build_class__() local