docs(c++): FileOriginPython bridge — Python-to-C++ origin adapter #135

Closed
opened 2026-02-10 13:21:59 +00:00 by forbes · 0 comments
Owner

Document the FileOriginPython bridge class: how Python objects implement the C++ FileOrigin interface, static registry of Python origin instances, Py::Object method dispatch (callMethod, callBoolMethod, callStringMethod), lifetime management, error handling across the language boundary, and the expected Python interface contract. Files: src/Gui/FileOriginPython.h, src/Gui/FileOriginPython.cpp

Document the FileOriginPython bridge class: how Python objects implement the C++ FileOrigin interface, static registry of Python origin instances, Py::Object method dispatch (callMethod, callBoolMethod, callStringMethod), lifetime management, error handling across the language boundary, and the expected Python interface contract. Files: src/Gui/FileOriginPython.h, src/Gui/FileOriginPython.cpp
forbes added the documentation label 2026-02-10 13:21:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#135