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.common package

The cybox.common module contains classes needed to implement the types found in the CybOX Common schema (cybox_common.xsd). Although the implementation is spread between different modules within the cybox.common package, types should be imported directly from this module in case the implementations are reorganized in the future.

In other words, do this:

from cybox.common import String

rather than:

from cybox.common.properties import String

Table Of Contents

Previous topic

API Reference

Next topic

cybox.common.attribute_groups module

This Page

Related Documentation