You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mykhailo Omel'chuk edited this page Aug 1, 2017
·
2 revisions
"""Document string for module"""fromsystemmoduleimportmethodfromthirdpartymoduleimportmethodfrommymoduleimportmethodclassNewClass(object):
"""Document string for class """defmethod(self):
"""Document string for method """passdefmethod(self):
"""Document string for method """pass