Searched refs:spilldescriptors (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | pydoc.py | 819 def spilldescriptors(msg, attrs, predicate): function 895 attrs = spilldescriptors('Data descriptors %s' % tag, attrs, 1283 def spilldescriptors(msg, attrs, predicate): function 1339 attrs = spilldescriptors("Data descriptors %s:\n" % tag, attrs,
|
/external/python/cpython2/Lib/ |
D | pydoc.py | 794 def spilldescriptors(msg, attrs, predicate): function 873 attrs = spilldescriptors('Data descriptors %s' % tag, attrs, 1226 def spilldescriptors(msg, attrs, predicate): function 1278 attrs = spilldescriptors("Data descriptors %s:\n" % tag, attrs,
|