class documentation

class Groups:

View In Hierarchy

Pre built filter for groups of unicode objects.

Class Variable CACHED Cached iter_unicodes List[Dict].
Class Variable TOKENIZED Cached tokenized dict of set of keys.
Method make_tokenized Make tokenized data.
Method grouping Group token values.
Method get_vals Get dictionary values for token.
Method iter_all_groups Iterate through all groups.
Method group_names Iterate through group names.
Static Method _make_cache Make cache.
CACHED =

Cached iter_unicodes List[Dict].

(type: dict)
TOKENIZED =

Cached tokenized dict of set of keys.

(type: dict)
@staticmethod
def _make_cache():

Make cache.

def make_tokenized(self):

Make tokenized data.

def grouping(self, include_tokens, exclude_tokens=None):

Group token values.

Parametersinclude_tokensUndocumented (type: list)
exclude_tokensUndocumented (type: list)
def get_vals(self, token):

Get dictionary values for token.

ReturnsUndocumented (type: Iterator[Dict])
def iter_all_groups(self):

Iterate through all groups.

ReturnsUndocumented (type: Iterator[Tuple[str, List[Dict]]])
def group_names(self):

Iterate through group names.

ReturnsUndocumented (type: Iterator[Tuple[str, int]])
API Documentation for unicodes_api, generated by pydoctor 21.2.2 at 1996-06-17 15:00:00.