Skip to content

John-Colvin/ppyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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();