DEBSOURCES
Skip Quicknav
sources / pystac / 1.13.0-1 / benchmarks / import_pystac.py
1234567
class ImportPySTACBench: repeat = 10 def timeraw_import_pystac(self) -> str: return """ import pystac """