IBM / pyflowgraph

Flow graphs for Python
Apache License 2.0
25 stars 8 forks source link

Object instances exposed by modules show up as unknown inputs #27

Closed epatters closed 5 years ago

epatters commented 5 years ago

Object instances, such as singletons, exposed by third-party modules show up in the flow graph as unknown objects. Examples of such instances include NumPy's "index tricks" objects, e.g.np.c_, and matplotlib's color map objects.