fusetools.text_tools.Blob

class fusetools.text_tools.Blob[source]

Bases: object

Functions for dealing with blobs of text.

Methods

text_parse

Takes a blob of values input into ‘TextArea’ box widget and returns a numpy array Text blobs can be comma, space or line delimited

classmethod text_parse(blob1, blob2)[source]

Takes a blob of values input into ‘TextArea’ box widget and returns a numpy array Text blobs can be comma, space or line delimited

Parameters
  • blob1

  • blob2

Returns