Package bpy :: Module types :: Class SpaceConsole
[hide private]
[frames] | no frames]

Class SpaceConsole


The Space Console Object

Interactive python console.

(no references to this struct found)

Instance Variables [hide private]
enum console_type
Console type.
int in [8, 32] font_size
Font size to use for displaying the text.
Collection of ConsoleLine (readonly) history
Command history.
string language
Command line prompt language.
string prompt
Command line prompt.
Collection of ConsoleLine (readonly) scrollback
Command output.
boolean show_report_debug
Display debug reporting info.
boolean show_report_error
Display error text.
boolean show_report_info
Display general information.
boolean show_report_operator
Display the operator log.
boolean show_report_warn
Display warnings.
enum (readonly) type
Space data type. (Inherited from bpy.types.Space)
Instance Variable Details [hide private]

console_type

Console type. in...
  • PYTHON
  • REPORT
Type:
enum

language

Command line prompt language. (maximum length of 32)
Type:
string

prompt

Command line prompt. (maximum length of 256)
Type:
string