KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_scripting_tool.cpp File Reference
#include "pcb_scripting_tool.h"
#include <action_plugin.h>
#include <kiface_ids.h>
#include <kiway.h>
#include <macros.h>
#include <pgm_base.h>
#include <python_scripting.h>
#include <tools/pcb_actions.h>
#include <pybind11/eval.h>
#include <Python.h>
#include <wx/string.h>
#include <launch_ext.h>

Go to the source code of this file.

Typedefs

using initfunc = PyObject *(*)(void)
 

Typedef Documentation

◆ initfunc

using initfunc = PyObject* (*)(void)

Definition at line 44 of file pcb_scripting_tool.cpp.