Skip to content

Commit

Permalink
Merge pull request #123 from CodeSystem2022/FrancoFB-patch-1
Browse files Browse the repository at this point in the history
doc_str.py
  • Loading branch information
FrancoFB authored Oct 15, 2023
2 parents 36d8f23 + 7d93922 commit 47bc20d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Python/Leccion01/doc_str.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from mi_clase import MiClase

#help(MiClase)

#print(MiClase.__doc__)
#print(MiClase.__init__.__doc__)
#print(MiClase.mi_metodo.__doc__)
print(MiClase.mi_metodo)
print(type(MiClase.mi_metodo))

0 comments on commit 47bc20d

Please sign in to comment.