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

Method maybe

tools/python-3.11.9-amd64/Lib/pydoc.py:906–909  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

904 def __init__(self):
905 self.needone = 0
906 def maybe(self):
907 if self.needone:
908 push('<hr>\n')
909 self.needone = 1
910 hr = HorizontalRule()
911
912 # List the mro, if non-trivial.

Callers 7

docclassMethod · 0.95
spillMethod · 0.45
spilldescriptorsMethod · 0.45
spilldataMethod · 0.45
spillMethod · 0.45
spilldescriptorsMethod · 0.45
spilldataMethod · 0.45

Calls 1

pushFunction · 0.50

Tested by

no test coverage detected