Skip to main content
Glama
test_textpath.py271 B
import copy from matplotlib.textpath import TextPath def test_copy(): tp = TextPath((0, 0), ".") assert copy.deepcopy(tp).vertices is not tp.vertices assert (copy.deepcopy(tp).vertices == tp.vertices).all() assert copy.copy(tp).vertices is tp.vertices

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lillard01/chatExcel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server