Default

Index

Documentation

CTBase.__displayMethod
__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 value true, indicating that output is displayed.

Example

julia> __display()
true
source