yajl.yajl_common¶
Common functions and members used by yajl-py (parse and gen)
-
yajl.yajl_common.
yajl
¶ The loaded
ctypes.cdll
handle to libyajl shared object. This is used to call any external api functions exported by yajl into libyajl.
-
exception
yajl.yajl_common.
YajlConfigError
¶
-
exception
yajl.yajl_common.
YajlError
(value='')¶
-
exception
yajl.yajl_common.
YajlException
¶ Bases:
exceptions.Exception
-
yajl.yajl_common.
get_yajl_version
()¶ To be used internally by yajl-py to fetch yajl’s version
Return type: string Returns: yajl’s version in the format ‘Major.Minor.Micro’
-
yajl.yajl_common.
load_yajl
()¶ To be used internally by yajl-py to preload the yajl shared object
Return type: ctypes.cdll Returns: The yajl shared object Raises: OSError – when libyajl cannot be loaded