mousepy.api.recordings package¶
Subpackages¶
Submodules¶
mousepy.api.recordings.recording module¶
-
class
mousepy.api.recordings.recording.Recording(parent, recording_id: str, **kwargs)[source]¶ Bases:
mousepy.api.APIGet a specific recording for the specified website.
-
city¶
-
lat¶
-
lng¶
-
star()[source]¶ Returns a star object representing the current star status and allows to star the specific recording.
Returns: Star
-
tag(tag_name: str = None)[source]¶ Returns a tag object representing the current star status and allows to tag the specific recording.
Returns: Tag
-
Module contents¶
-
class
mousepy.api.recordings.Recordings(parent, **kwargs)[source]¶ Bases:
mousepy.api.API