In this section we show all Francy Util Operations. Contains utility methods to handle Object printing/viewing, Sanitizing, etc.
‣ JUPYTER_ViewString ( arg ) | ( operation ) |
Returns: String
This method will pretty print in jupyter environment.
‣ Sanitize ( IsObject ) | ( operation ) |
Returns: rec
This method will clone a Object
and return a sanitized record, traversing all the components and sanitizing when appropriate. Sanitizing in this context means, replace everything with it's string representation that can't be converted into JSON!
‣ MergeObjects ( IsFrancyObject, IsFrancyObject ) | ( operation ) |
Returns: rec
This method will merge the properties of 2 IsFrancyObjects
into one rec
.
‣ GenerateID ( ) | ( operation ) |
Returns: IsString
This method will generate a sequential ID for use as object identifier.
generated by GAPDoc2HTML