Packages
Installation
Notebook
neuralib.argp
neuralib.imaging
neuralib.model.rastermap
neuralib.segmentation
neuralib.atlas
neuralib.plot
Roadmap
Bases: object
object
annotated a date field which use current date as its default.
>>> class Example: ... a: Annotated[datetime.date, CURRENT_DATE]
Methods
__init__()
__init__