def extract_details_from_nrt (nrt_struct):
"""
Extract some details of call events
"""
# DEBUG
# print (nrt_struct.prettyPrint())
# Translate the NRT structure into a Python one
py_nrt = py_encode (nrt_struct)
# DEBUG
# pp = pprint.PrettyPrinter (indent = 2)
# pp.pprint (py_nrt)
#
return py_nrt
评论列表
文章目录