File: test_class_registry.py

package info (click to toggle)
python-marshmallow 3.26.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,280 kB
  • sloc: python: 11,513; makefile: 11; sh: 8
file content (4 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
from marshmallow import class_registry

# Works without passing `all`
class_registry.get_class("MySchema")