Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
T_stages
T0
T1
T2
T3
T4
models
Dataset
Diagnose
Patient
Tumor
CorruptedDatasetError
LockedDatasetError
logger
Mod
lyprox.patients.models.Patient.T_stages
lyprox
patients
class T_stages(models.IntegerChoices):
View In Hierarchy
Defines the possible T-stages as choice class.
tuple
Undocumented
(0, 'T0')
(1, 'T1')
(2, 'T2')
(3, 'T3')
(4, 'T4')