Skip to content

Commit

Permalink
Regenerate Python stub files (.pyi)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Orlov <[email protected]>
  • Loading branch information
MichaelOrlov committed Aug 17, 2024
1 parent 299ed19 commit 6d94fda
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rosbag2_py/rosbag2_py/_transport.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,16 @@ class Player:
def __init__(self) -> None: ...
@overload
def __init__(self, arg0: str) -> None: ...
@overload
def burst(self, storage_options: rosbag2_py._storage.StorageOptions, play_options: PlayOptions, num_messages: int) -> None: ...
@overload
def burst(self, storage_options: rosbag2_py._storage.StorageOptions, play_options: PlayOptions, num_messages: int, enable_signal_handling: bool) -> None: ...
@staticmethod
def cancel() -> None: ...
@overload
def play(self, storage_options: rosbag2_py._storage.StorageOptions, play_options: PlayOptions) -> None: ...
@overload
def play(self, storage_options: rosbag2_py._storage.StorageOptions, play_options: PlayOptions, enable_signal_handling: bool) -> None: ...

class RecordOptions:
all_services: bool
Expand Down Expand Up @@ -77,7 +83,10 @@ class Recorder:
def __init__(self, arg0: str) -> None: ...
@staticmethod
def cancel() -> None: ...
@overload
def record(self, storage_options: rosbag2_py._storage.StorageOptions, record_options: RecordOptions, node_name: str = ...) -> None: ...
@overload
def record(self, storage_options: rosbag2_py._storage.StorageOptions, record_options: RecordOptions, node_name: str, enable_signal_handling: bool) -> None: ...

class ServiceRequestsSource:
__members__: ClassVar[dict] = ... # read-only
Expand Down

0 comments on commit 6d94fda

Please sign in to comment.