pydMainMixin

A string to be mixed in that defines PydMain, automatically registering all functions and structs in the passed in modules.

@safe pure
string
pydMainMixin
(
in Modules modules
,
in PreModuleInitCode preModuleInitCode = PreModuleInitCode()
,
in PostModuleInitCode postModuleInitCode = PostModuleInitCode()
)

Meta