LostTech.TensorFlow : API Documentation

Type RichTextLines

Namespace tensorflow.python.debug.cli.debugger_cli_common

Parent PythonObjectContainer

Interfaces IRichTextLines

Public instance methods

void append(RichLine line, IEnumerable<ValueTuple<int, int, string>> font_attr_segs)

void append(string line, IEnumerable<ValueTuple<int, int, string>> font_attr_segs)

object append_dyn(object line, object font_attr_segs)

void append_rich_line(RichLine rich_line)

object append_rich_line_dyn(object rich_line)

void extend(RichTextLines other)

int num_lines()

object num_lines_dyn()

void prepend(IEnumerable<string> line, IEnumerable<ValueTuple<int, int, string>> font_attr_segs)

void prepend(string line, IEnumerable<ValueTuple<int, int, string>> font_attr_segs)

object prepend_dyn(object line, object font_attr_segs)

RichTextLines slice(int begin, int end)

object slice_dyn(object begin, object end)

void write_to_file(Byte[] file_path)

void write_to_file(string file_path)

object write_to_file_dyn(object file_path)

Public properties

IDictionary<object, object> annotations get;

object annotations_dyn get;

IDictionary<object, object> font_attr_segs get;

object font_attr_segs_dyn get;

object lines get;

object lines_dyn get;

object PythonObject get;