Algo de formato

This commit is contained in:
perro tuerto 2023-01-26 11:19:31 -08:00
parent 6e1ed70a78
commit 0755e93695
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.yasd.py@*

View File

@ -84,6 +84,7 @@ class YASD:
:param stdout: if sample goes to stdout or not; 'False' by default
:type stdout: True or False
"""
# TODO: XML sample
self.out = "TODO: XML sample"
if stdout:
self.__output()
@ -97,6 +98,7 @@ class YASD:
:param stdout: if document goes to stdout or not; 'False' by default
:type stdout: True or False
"""
# TODO: RST document
self.out = f"TODO: RST document from :{self.__dict__}"
if stdout:
self.__output()