소스 검색

Documented the parameter to SinkConfig.from_text

Clara Hobbs 7 년 전
부모
커밋
eb46ce6cde
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      pdbuddy/__init__.py

+ 3
- 1
pdbuddy/__init__.py 파일 보기

@@ -268,7 +268,9 @@ class SinkConfig:
268 268
     @classmethod
269 269
     def from_text(cls, text):
270 270
         """Creates a SinkConfig from text returned by Sink.send_command
271
-        
271
+
272
+        :param text: the text to load
273
+        :type text: a list of bytes objects
272 274
         :returns: a new `SinkConfig` object.
273 275
 
274 276
         :raises: IndexError

Loading…
취소
저장