Default
Index
Documentation
CTBase.__display — Method__display() -> Bool
Returns the default value for the display flag.
This function is used internally to determine whether output should be printed during execution.
Returns
::Bool: The default valuetrue, indicating that output is displayed.
Example
julia> __display()
true