ZIO
Python and C++ interface to ZeroMQ and Zyre
Functions
zio.jsonnet Namespace Reference

Functions

def try_path (path, rel)
 
def import_callback (path, rel)
 
def load (fname)
 

Function Documentation

◆ import_callback()

def zio.jsonnet.import_callback (   path,
  rel 
)

Definition at line 22 of file jsonnet.py.

◆ load()

def zio.jsonnet.load (   fname)
Load and evaluate a jsonnet file returning data structure.

Definition at line 37 of file jsonnet.py.

◆ try_path()

def zio.jsonnet.try_path (   path,
  rel 
)

Definition at line 7 of file jsonnet.py.