diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-14 09:39:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 09:39:33 -0500 |
commit | 49cadf8e84b3a8f9fd459588d825d1d89bbc8330 (patch) | |
tree | e1a236f357de3038a4fce98349544b08a00bd40a /dialoguer | |
parent | 711b2237f13c0fd28586fe484c3b3097da8e657e (diff) |
Update __init__.py
added comment
Diffstat (limited to 'dialoguer')
-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) |