gunshotmatch_pipeline.config

Configuration for GunShotMatch analysis.

class Configuration(pyms_nist_search)[source]

Bases: MethodBase

Overall GunShotMatch configuration.

Methods:

from_json(json_string)

Parse a Configuration from a JSON string.

from_toml(toml_string)

Parse a Configuration from a TOML string.

to_toml()

Convert a Configuration to a TOML string.

Attributes:

pyms_nist_search

Configuration for pyms_nist_search.

classmethod from_json(json_string)[source]

Parse a Configuration from a JSON string.

Parameters

json_string (str)

Return type

Configuration

classmethod from_toml(toml_string)[source]

Parse a Configuration from a TOML string.

Parameters

toml_string (str)

Return type

Configuration

Type:    PyMSNISTSearchCfg

Configuration for pyms_nist_search.

to_toml()[source]

Convert a Configuration to a TOML string.

Return type

str