Skip to content

Commit

Permalink
Update docs/source/dev/hwobj_signals.md
Browse files Browse the repository at this point in the history
Co-authored-by: fabcor <[email protected]>
  • Loading branch information
meguiraun and fabcor-maxiv authored Mar 18, 2024
1 parent a92152b commit 05df146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dev/hwobj_signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ self.emit('my_signal', new_value)

_BaseHardwareObject_ implements the following ```connect```method, built around the homonymous method of _PyDispatcher_. Making it more convenient to use. The functions provides syntactic sugar ; Instead of ```self.connect(self, "signal", slot)``` it is possible to do ```self.connect("signal", slot)```

From the [BaseHardwareObject](https://github.com/mxcube/mxcubecore/blob/develop/mxcubecore/BaseHardwareObjects.py#L878) class (removing extra lines for brevity):
From the {py:meth}`HardwareObjectMixin.connect` method (removing extra lines for brevity):

```
def connect(
Expand Down

0 comments on commit 05df146

Please sign in to comment.