MCPcopy Index your code
hub / github.com/RustPython/RustPython / maybe

Method maybe

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

Source from the content-addressed store, hash-verified

967 def __init__(self):
968 self.needone = 0
969 def maybe(self):
970 if self.needone:
971 push('<hr>\n')
972 self.needone = 1
973 hr = HorizontalRule()
974
975 # 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