Classes | |
| class | TestSmachViewerEvent |
Variables | |
| string | file_path = parent_dir_name + "/scripts/smach_viewer.py" |
| string | module_name = 'smach_viewer_frame' |
| parent_dir_name = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) | |
| smach_viewer_frame = importlib.util.module_from_spec(spec) | |
| spec = importlib.util.spec_from_file_location(module_name, file_path) | |
| string test_smach_event.file_path = parent_dir_name + "/scripts/smach_viewer.py" |
Definition at line 10 of file test_smach_event.py.
| string test_smach_event.module_name = 'smach_viewer_frame' |
Definition at line 11 of file test_smach_event.py.
| test_smach_event.parent_dir_name = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) |
Definition at line 6 of file test_smach_event.py.
| test_smach_event.smach_viewer_frame = importlib.util.module_from_spec(spec) |
Definition at line 13 of file test_smach_event.py.
| test_smach_event.spec = importlib.util.spec_from_file_location(module_name, file_path) |
Definition at line 12 of file test_smach_event.py.