iarray.UdfRegistry.__getitem__# UdfRegistry.__getitem__(name: str)# Get the name library. Parameters name¶ (str or byte string) – The name of the library to return. Returns object – A dict with all the UDF functions in name lib. The key is the function name and the value is an instance of udf.Function Return type dict