blue-oil/blueoil

View class in dlk should be merge into Operator classes

Open

#478 opened on Oct 2, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (85 forks)batch import
good first issue

Repository metrics

Stars
 (250 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

View.run method in view.py is quite long. It is actually just returning stringified C++ source code for each operator. Hence, it looks very natural to decompose this method and merge the pieces into each corresponding operators implementation in operator.py.

After the merge, we will be able to remove View class.

Contributor guide