Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _expect_prompt
Method
_expect_prompt
lib/matplotlib/backends/backend_pgf.py:264–265 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
262
return
""
.join(chars)
263
264
def
_expect_prompt(self):
265
return
self._expect(
"\n*"
)
266
267
def
__init__(self):
268
# create a tmp directory for running latex, register it for deletion
Callers
3
_setup_latex_process
Method · 0.95
_get_box_metrics
Method · 0.95
_get_image_inclusion_command
Function · 0.80
Calls
1
_expect
Method · 0.95
Tested by
no test coverage detected