MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / CompositePart

Class CompositePart

lib/matplotlib/_afm.py:287–292  ·  view source on GitHub ↗

Represents the information on a composite element of a composite char.

Source from the content-addressed store, hash-verified

285
286
287class CompositePart(NamedTuple):
288 """Represents the information on a composite element of a composite char."""
289
290 name: bytes
291 dx: float
292 dy: float
293
294
295CompositePart.name.__doc__ = """Name of the part, e.g. 'acute'."""

Callers 1

_parse_compositesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…