File: import_pystac.py

package info (click to toggle)
pystac 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 19,904 kB
  • sloc: python: 24,370; makefile: 124; sh: 7
file content (7 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
class ImportPySTACBench:
    repeat = 10

    def timeraw_import_pystac(self) -> str:
        return """
        import pystac
        """