Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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