File: dump.py

package info (click to toggle)
python-mashumaro 3.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,408 kB
  • sloc: python: 19,981; sh: 16; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
from benchmark.common import BenchmarkRunner
from benchmark.libs.cattrs.common import Benchmark

BenchmarkRunner(Benchmark).run("dump")