From 49cadf8e84b3a8f9fd459588d825d1d89bbc8330 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Wed, 14 Jun 2023 09:39:33 -0500 Subject: Update __init__.py added comment --- dialoguer/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dialoguer') 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) -- cgit v1.2.3