Currently, mincePy is conservative with discovering compatible types, essentially relying on manual register_type() calls, or assuming that when the users calls save() that they want to register that type helper if it is not already registered. There is a plugin system that uses setup.py endpoints to automatically discover types but this is entirely undocumented.
The documentation should be extended to include:
Currently, mincePy is conservative with discovering compatible types, essentially relying on manual
register_type()calls, or assuming that when the users callssave()that they want to register that type helper if it is not already registered. There is a plugin system that usessetup.pyendpoints to automatically discover types but this is entirely undocumented.The documentation should be extended to include:
TYPE_IDs and in which situations