py5coding / py5generator

Meta-programming project that creates the py5 library code.
https://py5coding.org/
GNU General Public License v3.0
52 stars 13 forks source link

What happened to `py5.create_image_from_numpy()`? #127

Closed hx2A closed 2 years ago

hx2A commented 2 years ago

The function works but for some reason it is not included in tab completion for module mode. It does appear for class mode. Why is 'create_image_from_numpy' in dir(py5) False?

hx2A commented 2 years ago

Why is 'create_image_from_numpy' in dir(py5) False?

And as a result, it is not offered in imported mode.