|
Baby Language Lab Scripts
A collection of data processing tools.
|
Transcriber codes 1, 2, and 4 have some things in common. More...

Public Member Functions | |
| def | __init__ |
| See superclass description. More... | |
| def | get_tests |
| See superclass description. More... | |
Public Member Functions inherited from data_structs.codes.Code | |
| def | __init__ |
| Constructor. More... | |
| def | get_option |
| Retreives a CodeInfo object for a specified option. More... | |
| def | get_all_options_codes |
| Retreives a list of all possible options for this code. More... | |
| def | get_tests |
| This function returns a list of functions that are called, one by one, upon validation. More... | |
| def | is_valid |
| Validates an option string for this Code object. More... | |
Additional Inherited Members | |
Public Attributes inherited from data_structs.codes.Code | |
| options_dict | |
Transcriber codes 1, 2, and 4 have some things in common.
For example, they are all single-character codes (unlike code 3, which may contain multiple characters). This class encapsulates common validation tests for codes 1, 2, and 4.
| def data_structs.codes.TranscriberCode124.__init__ | ( | self, | |
| options_dict | |||
| ) |
| def data_structs.codes.TranscriberCode124.get_tests | ( | self | ) |