Closed tanmaykm closed 3 years ago
We are directly fetching a symbol from module and getfield is more efficient than eval for this purpose as pointed out in #156.
getfield
eval
fixes #156
We are directly fetching a symbol from module and
getfield
is more efficient thaneval
for this purpose as pointed out in #156.fixes #156