MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / spilldescriptors

Method spilldescriptors

tools/python-3.11.9-amd64/Lib/pydoc.py:1446–1453  ·  view source on GitHub ↗
(msg, attrs, predicate)

Source from the content-addressed store, hash-verified

1444 return attrs
1445
1446 def spilldescriptors(msg, attrs, predicate):
1447 ok, attrs = _split_list(attrs, predicate)
1448 if ok:
1449 hr.maybe()
1450 push(msg)
1451 for name, kind, homecls, value in ok:
1452 push(self.docdata(value, name, mod))
1453 return attrs
1454
1455 def spilldata(msg, attrs, predicate):
1456 ok, attrs = _split_list(attrs, predicate)

Callers

nothing calls this directly

Calls 4

docdataMethod · 0.95
_split_listFunction · 0.85
pushFunction · 0.50
maybeMethod · 0.45

Tested by

no test coverage detected