Loading...
Searching...
No Matches
pyResolverContext.h File Reference

Macros for creating Python bindings for objects used with ArResolverContext. More...

+ Include dependency graph for pyResolverContext.h:

Go to the source code of this file.

Functions

template<class Context >
void ArWrapResolverContextForPython ()
 Register the specified type as a context object that may be converted from Python into a ArResolverContext object in C++.
 

Detailed Description

Macros for creating Python bindings for objects used with ArResolverContext.

Definition in file pyResolverContext.h.

Function Documentation

◆ ArWrapResolverContextForPython()

void ArWrapResolverContextForPython ( )

Register the specified type as a context object that may be converted from Python into a ArResolverContext object in C++.

This typically would be called in the source file where the Python wrapping for the context object is defined.