RecompExternalPython for N64Recompiled 2.0.0
Loading...
Searching...
No Matches

The overview of all REPY API functions. More...

Topics

 PreInit Functions
 Functions that affect Python Initialization.
 Handle Functions
 Functions that operate on REPY_Handle values directly, rather than the Python objects they represent.
 (Sub)Interpreter Functions
 Functions Used for REPY's Interpreter Stack, which handles interpreter/subinterpreter operations as well as PyThreadState management.
 Module Functions
 Functions Used for Python module operations.
 Primative Operations
 Functions that deal with converting between C and Python primatives.
 Memcpy Functions
 Functins used to directly transfer data between mod memory and the Python interpreter, using appropriate Python types.
 Object Attribute Functions
 Functions related to accessing the members and propertied of objects.
 Iteration Functions
 Functions that operate on REPY_Handle values directly, rather than the Python objects they represent.
 Tuple Functions
 Functions that operate on Python tuple objects.
 Dict Functions
 Functions that operate on Python dict objects.
 Code Compilation and Execution Functions
 Functions that deal with the compiling and executing Python code from inside mod code.
 Python Function Calling
 Functions that call Python functions and other callables.
 Error Handling
 Functions used for Python error handling.
 Nrm ZipFile Functions
 Functions to access nrm files read-only as ZipFile objects.
 Helper Functions
 Various helper functions, primarily used by API macros.

Detailed Description

The overview of all REPY API functions.