GSLayer.copy() is undocumented

Though it is mentioned here Glyphs.app Python Scripting API Documentation β€” Glyphs.app Python Scripting API 3.2 documentation and generally works. Perhaps it should be added to the docs?

copy() is generally available, also on GSGlyph, GSFont, etc. But it’s a good idea to point it out more explicitly in the documentation, thanks for the hint.

1 Like

The copy() method is standard ObjectiveC API. A lot of the system classes support it. But adding it to the python docu is probably a good idea.

1 Like