FME Objects API reference
This is the reference documentation for the FME Objects API for Python.
As the FME Objects Python API is a wrapper around the FME Objects C++ API, most classes and methods in the Python API directly correspond to a C++ equivalent.
All the classes and constants in the FME Objects Python API are in a single module: fmeobjects
.
This documentation groups these classes and constants into broad categories for easier discovery.