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 Jun 12, 2024
1 parent a5cb2c2 commit 605a3c6
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 @@ -37,9 +37,15 @@ 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: ...
def cancel(self, *args, **kwargs) -> Any: ...
@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 @@ -75,7 +81,10 @@ class Recorder:
@overload
def __init__(self, arg0: str) -> None: ...
def cancel(self, *args, **kwargs) -> Any: ...
@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:
__doc__: ClassVar[str] = ... # read-only
Expand Down

0 comments on commit 605a3c6

Please sign in to comment.