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

Transcriber codes 1, 2, and 4 have some things in common. More...

Inheritance diagram for data_structs.codes.TranscriberCode124:

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

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.

Definition at line 64 of file codes.py.

Constructor & Destructor Documentation

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

See superclass description.

Definition at line 66 of file codes.py.

Member Function Documentation

def data_structs.codes.TranscriberCode124.get_tests (   self)

See superclass description.

Definition at line 70 of file codes.py.


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