/
entry points from python into pyd

entry points from python into pyd

class members generally go through method_wrap or function_wrap, both of which call pyApplyToAlias.

standalone functions are registered by def, which goes through function_wrap ā€“ pyApplyToAlias.

delegates and function pointers go through PydWrappedFunc_Ready, which goes through pyApplyToDelegate

accessing D objects goes through get_d_reference (hey, this includes delegates and functions!)

Ā 

Related content

threading
threading
More like this
The windows builder
The windows builder
More like this
Generating ddox documentation
Generating ddox documentation
More like this
How to do things with read the docs
How to do things with read the docs
More like this
Bamboo Begins
Bamboo Begins
More like this
linking in windows 64bit
linking in windows 64bit
More like this