Warning

This documentation is still a work in progress. If you have any issues or questions, please ask on the cybox-discussion mailing list or file a bug in our issue tracker.

cybox.utils.idgen module

Methods for generating IDs for Objects and Observables

exception cybox.utils.idgen.InvalidMethodError(method)[source]

Bases: exceptions.ValueError

cybox.utils.idgen.set_id_namespace(namespace)[source]

Set the namespace for the module-level ID Generator

cybox.utils.idgen.set_id_method(method)[source]

Set the method for the module-level ID Generator

cybox.utils.idgen.create_id(prefix=None)[source]

Create an ID using the module-level ID Generator

Previous topic

cybox.utils.caches module

Next topic

cybox.utils.nsparser module

This Page

Related Documentation