Home
last modified time | relevance | path

Searched refs:_g_typeTable (Results 1 – 1 of 1) sorted by relevance

/trunk/main/pyuno/source/module/
H A Dunohelper.py225 _g_typeTable = {} variable
228 if self.__class__ in _g_typeTable:
229 ret = _g_typeTable[self.__class__]
249 _g_typeTable[self.__class__] = ret

Completed in 17 milliseconds