mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Improve
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
|
||||
class InputFileContent(object):
|
||||
def __init__(self, content):
|
||||
"""
|
||||
Please edit this generated docstring for method :func:`github.InputFileContent.InputFileContent.__init__`.
|
||||
|
||||
:param content: string
|
||||
"""
|
||||
|
||||
assert isinstance(content, (str, unicode)), content
|
||||
self.__content = content
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user