How can I call "select non-manifold edges" using Python

Hello,

Did you know how I can call “select non-manifold edges” using Python, for a selected mesh, in edit mode-edges, please ?

(Using keyboard it is “CTRL-ALT-SHIFT M”)

It is maybe possible to call “check solid” analyzing tools of “3D Printing” addon, too ?

try this one

bpy.ops.mesh.select_non_manifold()

happy bl

Just a tip. If you have the info window open at the top of blender, it’ll print the python command for everything you do in the GUI.

Example: