edit : parsing edited.

pull/63/head
sadrasabouri 2021-10-22 13:54:44 +03:30
rodzic 803a7f0d21
commit a5e9c9e14a
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,8 +1,10 @@
# -*- coding: utf-8 -*-
"""
>>> from samila import *
>>> GI = GenerativeImage(data="data.json")
>>> import os
>>> g = GenerativeImage(data="data.json")
Traceback (most recent call last):
...
samila.errors.samilaDataError: Provided data file is not supported. It should be either file or io.IOBase.
>>> with open('data.json', 'r')
"""