Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ filenames
Method
filenames
lib/matplotlib/sphinxext/plot_directive.py:522–523 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
520
return
os.path.join(self.dirname, f
"{self.basename}.{format}"
)
521
522
def
filenames(self):
523
return
[self.filename(fmt)
for
fmt in self.formats]
524
525
526
def
out_of_date(original, derived, includes=None):
Callers
nothing calls this directly
Calls
1
filename
Method · 0.95
Tested by
no test coverage detected