![]() |
Baby Language Lab Scripts
A collection of data processing tools.
|
The third transcriber code is slightly different from the others because it can contain multiple characters. More...
Public Member Functions | |
def | __init__ |
See superclass description. More... | |
def | get_tests |
See superclass description. More... | |
![]() | |
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 | |
![]() | |
options_dict | |
The third transcriber code is slightly different from the others because it can contain multiple characters.
This subclass holds data about the code and provides some special overridden methods that work on multiple characters.
def data_structs.codes.TranscriberCode3.__init__ | ( | self, | |
options_dict | |||
) |
def data_structs.codes.TranscriberCode3.get_tests | ( | self | ) |