diff options
Diffstat (limited to 'dialoguer/__init__.py')
-rw-r--r-- | dialoguer/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dialoguer/__init__.py b/dialoguer/__init__.py index ef9bfa9..26068df 100644 --- a/dialoguer/__init__.py +++ b/dialoguer/__init__.py @@ -54,6 +54,8 @@ class Dialogue: if wait: self._open.run() else: self._open.start() + # Could I add an optional data_type argument that sends the data type as string? + # Would be used for steps for when data_type is expected by R. def send(self, data): # I should probably put this reversal in the convert_to_binary method. bin_data = reversed(data) |