Private API

This page lists non-exported (internal) symbols of CTBase.


From CTBase

__display

CTBase.__displayFunction
__display() -> Bool

Return the default value of the display flag.

This internal utility is used to decide whether output should be shown during execution.

Returns

  • Bool: The default value true, indicating that output is displayed.

Example

julia> using CTBase

julia> CTBase.__display()
true