Package cjklib :: Module build :: Class StrokeCountBuilder :: Class StrokeCountGenerator
[hide private]
[frames] | no frames]

Class StrokeCountGenerator

source code

Generates the character stroke count mapping.

Instance Methods [hide private]
 
__init__(self, dbConnectInst, characterSet, quiet=False)
Initialises the StrokeCountGenerator.
source code
 
generator(self)
Provides one entry per character, z-Variant and locale subset.
source code
Method Details [hide private]

__init__(self, dbConnectInst, characterSet, quiet=False)
(Constructor)

source code 

Initialises the StrokeCountGenerator.

Parameters:
  • dbConnectInst (instance) - instance of a DatabaseConnector.
  • characterSet (set) - set of characters to generate the table for
  • quiet (bool) - if true no status information will be printed to stderr