kopia lustrzana https://github.com/sepandhaghighi/samila
7 wiersze
194 B
Python
7 wiersze
194 B
Python
![]() |
# -*- coding: utf-8 -*-
|
||
|
"""
|
||
|
>>> from samila import *
|
||
|
>>> from pytest import warns
|
||
|
>>> with warns(RuntimeWarning, match='Neither function nor data is provided'):
|
||
|
... g = GenerativeImage()
|
||
|
"""
|