Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does jsonnet python package use the name _jsonnet?

Tags:

python

jsonnet

The Python Api for Jsonnet uses import _jsonnet Why is that? Why was it preferred over import jsonnet ?

like image 801
Panda Avatar asked Mar 18 '26 10:03

Panda


1 Answers

It might be because the functions are implemented in a C file

https://github.com/google/jsonnet/blob/master/python/_jsonnet.c

like image 189
user3077650 Avatar answered Mar 20 '26 00:03

user3077650



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!