The Python Api for Jsonnet uses import _jsonnet
Why is that? Why was it preferred over import jsonnet
?
Asked
Active
Viewed 1,438 times
1 Answers
1
It might be because the functions are implemented in a C file
https://github.com/google/jsonnet/blob/master/python/_jsonnet.c

user3077650
- 11
- 1