Searched refs:spilldata (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ |
D | pydoc.py | 828 def spilldata(msg, attrs, predicate): function 897 attrs = spilldata('Data and other attributes %s' % tag, attrs, 1292 def spilldata(msg, attrs, predicate): function 1341 attrs = spilldata("Data and other attributes %s:\n" % tag, attrs,
|
/external/python/cpython2/Lib/ |
D | pydoc.py | 803 def spilldata(msg, attrs, predicate): function 875 attrs = spilldata('Data and other attributes %s' % tag, attrs, 1235 def spilldata(msg, attrs, predicate): function 1280 attrs = spilldata("Data and other attributes %s:\n" % tag, attrs,
|