test_utils
In [1]:
Copied!
# from geogee.utils import random_string
# from geogee.utils import random_string
In [2]:
Copied!
# random_string(string_length=6, use_seed=False)
# random_string(string_length=6, use_seed=False)
In [3]:
Copied!
import geogee
import geogee
C:\Users\Sarath_Kin\miniconda3\envs\demo310\lib\site-packages\google\api_core\_python_version_support.py:266: FutureWarning: You are using a Python version (3.10.19) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date. warnings.warn(message, FutureWarning)
In [4]:
Copied!
geogee.random_string()
geogee.random_string()
Out[4]:
'epy'
In [ ]:
Copied!