pyscripter / python4delphi

Free components that wrap up Python into Delphi and Lazarus (FPC)
MIT License
895 stars 307 forks source link

Adding support for set and frozenset objects #438

Closed pyscripter closed 8 months ago

pyscripter commented 8 months ago

Discussed in https://github.com/pyscripter/python4delphi/discussions/437

Originally posted by **oleg-oleinik** October 18, 2023 Hello, Do you plan to connect python objects of type set and frozenset to p4d? How can a Delphi program now iterate over such objects or check for the presence of specific values? Thank you.