NeuroM
1.4.2
NeuroM Quick-Start
Applications
NeuroM morphology definitions
Code Documentation
Public API
neurom
neurom.viewer
neurom.core
neurom.io
neurom.check
neurom.check.check_wrapper
neurom.check.CheckResult
neurom.stats
neurom.exceptions
Developer API
Supported file formats
Installation
Examples
Reporting issues
Developer Documentation
Dependencies
License
NeuroM
Docs
»
Code Documentation
»
neurom.check
»
neurom.check.CheckResult
View page source
neurom.check.CheckResult
¶
class
neurom.check.
CheckResult
(
status
,
info=None
,
title=None
)
[source]
¶
Bases:
object
Class representing a check result
Methods
__init__