Utility functions used across the package.
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 an Object
and return a sanitized record. It traverses all the components sanitizing when appropriate. Sanitizing in this context means: replace everything that can't be converted into JSON, with its string representation!
‣ 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 to be used as object identifier. These IDs are used to identify the objects between the client and the server, and are crucial for the communication between both.
generated by GAPDoc2HTML