Some functions are exported to different modules.

Functions that belong in core module

export_from_data_to_core[source]

export_from_data_to_core()

export to a different module

def exports_from_data_to_core():
    "exports to a different module"
    pass

exports_from_data_to_core[source]

exports_from_data_to_core()

exports to a different module

Functions that belong to this module

export_no_module[source]

export_no_module()

Doesn't really do anything.

def exports_no_module():
    """Doesn't really do anything."""
    pass

exports_no_module[source]

exports_no_module()

Doesn't really do anything.