MCPcopy Index your code
hub / github.com/python/cpython / maybe

Method maybe

Lib/pydoc.py:924–927  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

922 def __init__(self):
923 self.needone = 0
924 def maybe(self):
925 if self.needone:
926 push('<hr>\n')
927 self.needone = 1
928 hr = HorizontalRule()
929
930 # 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

no outgoing calls

Tested by

no test coverage detected