Skip to content

Commit

Permalink
skip functions when collecting values for variable sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Jan 11, 2024
1 parent 2eb67a2 commit 994388b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def handle_control_comm_msg(self, msg):


class CommandEventHandler:
__exclude_types = ["<class 'module'>"]
__exclude_types = ["<class 'module'>", "<class 'builtin_function_or_method'>","<class 'function'>"]


def handle_command_or_event(self, data):
Expand Down

0 comments on commit 994388b

Please sign in to comment.