montepy.input_parser.mcnp_input.Title#
- class montepy.input_parser.mcnp_input.Title(input_lines, title)#
Bases:
ParsingNodeObject to represent the title for an MCNP problem
- Parameters:
Methods:
format_for_mcnp_input(mcnp_version)Creates a string representation of this input that can be written to file.
Attributes:
The lines of the input read straight from the input file
The string of the title set for this problem
- format_for_mcnp_input(mcnp_version)#
Creates a string representation of this input that can be written to file.
- property input_text#