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

Method spilldescriptors

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

Source from the content-addressed store, hash-verified

938 return attrs
939
940 def spilldescriptors(msg, attrs, predicate):
941 ok, attrs = _split_list(attrs, predicate)
942 if ok:
943 hr.maybe()
944 push(msg)
945 for name, kind, homecls, value in ok:
946 push(self.docdata(value, name, mod))
947 return attrs
948
949 def spilldata(msg, attrs, predicate):
950 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