Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 278 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 278 Bytes

ppyd

Pretty pyd

Use @pdef!() to annotate function, types, members etc. that you want to expose to python via pyd.

Add template arguments to @pdef!() just like you would add to def, Def and similar in pyd. E.g. @pdef!(PyName!"pyFoo") int foo();