Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
docclass
Method · 0.95
spill
Method · 0.45
spilldescriptors
Method · 0.45
spilldata
Method · 0.45
spill
Method · 0.45
spilldescriptors
Method · 0.45
spilldata
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected