Baby Language Lab Scripts
A collection of data processing tools.
 All Classes Namespaces Files Functions Variables Pages
data_structs.codes.TranscriberCode3 Class Reference

The third transcriber code is slightly different from the others because it can contain multiple characters. More...

Inheritance diagram for data_structs.codes.TranscriberCode3:

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
 

Detailed Description

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.

Definition at line 104 of file codes.py.

Constructor & Destructor Documentation

def data_structs.codes.TranscriberCode3.__init__ (   self,
  options_dict 
)

See superclass description.

Definition at line 106 of file codes.py.

Member Function Documentation

def data_structs.codes.TranscriberCode3.get_tests (   self)

See superclass description.

Definition at line 110 of file codes.py.


The documentation for this class was generated from the following file: