Home
last modified time | relevance | path

Searched refs:class_ob (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DCallTips.py123 def _find_constructor(class_ob): argument
127 return class_ob.__init__.im_func
129 for base in class_ob.__bases__: