File: _property_bag.py

package info (click to toggle)
python-sarif-python-om 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 424 kB
  • sloc: python: 634; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# This file was generated by jschema_to_python version 1.2.3.

import attr


@attr.s
class PropertyBag(object):
    """Key/value pairs that provide additional information about the object."""

    tags = attr.ib(default=None, metadata={"schema_property_name": "tags"})