utils
ngtools.utils
Various utilities.
neuroglancer_state_to_neuroglancer_url
Take the current state of the Neuroglancer viewer and convert it into a url-encoded value for the browser.
Wraps
Return a wrapper type that inherits from kls but never calls
super().__init__().
Instead, it stores an instance of the parent class and overloads
attribute access so that attributes of the parent instance -- rather
than self -- are accessed and set.
This is necessary when wrapping neuroglancer types into our own types.