MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / get_console

Function get_console

unity_cli/cli/output.py:129–131  ·  view source on GitHub ↗

Return the current stdout console (always up-to-date after configure_output).

()

Source from the content-addressed store, hash-verified

127
128
129def get_console() -> Console:
130 """Return the current stdout console (always up-to-date after configure_output)."""
131 return console
132
133
134def get_err_console() -> Console:

Callers 13

editor_listFunction · 0.90
build_settingsFunction · 0.90
build_scenesFunction · 0.90
_print_project_infoFunction · 0.90
_print_manifest_packagesFunction · 0.90
project_qualityFunction · 0.90
project_assembliesFunction · 0.90
profiler_snapshotFunction · 0.90
profiler_framesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected