Skip to content

Commit bbbd6b4

Browse files
tdsteinschloerke
andauthored
Update src/posit/connect/resources.py
Co-authored-by: Barret Schloerke <[email protected]>
1 parent fb52c83 commit bbbd6b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/posit/connect/resources.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ def reload(self) -> Self:
180180

181181

182182
class ActiveFinderMethods(ActiveSequence[T], ABC):
183+
"""Finder methods.
184+
185+
Provides various finder methods for locating records in any endpoint supporting HTTP GET requests.""""
183186
def find(self, uid) -> T:
184187
"""
185188
Find a record by its unique identifier.

0 commit comments

Comments
 (0)