<div dir="ltr"><div>Hello,</div><div><br></div>This patch exposes the enum CX_CXXAccessSpecifier in the Python bindings as a property of the Cursor. The naming and implementation mimics that of the CursorKind enum. Since there is an INVALID value in the enum, the property does not raise when getting the access specifier would not make sense on the node pointed by the cursor. It simply returns the INVALID value.<div>

This is my first patch to this project, please provide feedback.<br></div><div><br></div><div>Regards,</div><div>Tamás Szelei</div></div>