File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -590,7 +590,8 @@ def get_events(
590590 use [`fcs_file.channel_for_reagent(reagent)`][cellengine.resources.fcs_file.FcsFile.channel_for_reagent].
591591
592592 Args:
593- inplace: bool
593+ inplace: If `True`, updates the `events` property of this `FcsFile`.
594+ destination: If provided, the file will be saved to the given path.
594595 **kwargs:
595596 - compensatedQ (bool): If `True`, applies the compensation
596597 specified in compensationId to the exported events.
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ def created(self) -> datetime:
3838
3939 @property
4040 def deleted (self ) -> Union [datetime , None ]:
41- """If the folder is soft-deleted, the date on which it was soft-deleted.
42- """
41+ """If the folder is soft-deleted, the date on which it was soft-deleted."""
4342 deleted = self ._properties ["deleted" ]
4443 return timestamp_to_datetime (deleted ) if deleted else None
4544
You can’t perform that action at this time.
0 commit comments