Core

The Core API is for fundamental memory management and communication primitives on which all of Dragon is built.

Python Reference

dtypes

These are basic types and classes used throughout the rest of the core layers of Dragon.

managed_memory

channels

Channels is the base communication mechanism for Dragon.

fli

The file-like-interface (FLI) is a class that abstracts dragon.channels to a file-like API.

Low-level Python Reference

pheap

locks

utils

pmod

C Reference