module documentation

Undocumented

Class Data Undocumented
Class Generator Undocumented
Constant APP_DIR Undocumented
Constant ATOMS Undocumented
Constant BUILTIN_TYPES Undocumented
Constant BUILTINS Undocumented
Constant DEFAULT_EXT_SUPERS Undocumented
Constant EXCLUDE_PATHS Undocumented
Constant FILE_KINDS Undocumented
Constant GLOBAL_MODULES Undocumented
Constant INLINE_COMMENT_SYMBOL Undocumented
Constant PLUGIN_DIR Undocumented
Constant PLUGIN_PREFIX Undocumented
Constant SELF_DIR Undocumented
Constant SYSTEM_CHUNKS Undocumented
Constant VARIANT_COMMENT_PREFIX Undocumented
Variable log Undocumented
Class _Logger Undocumented
Function _auto_uid Undocumented

Undocumented

Value
os.path.abspath((SELF_DIR+'/../../..'))
ATOMS: list[str] = (source)

Undocumented

Value
['any', 'bool', 'bytes', 'float', 'int', 'str']
BUILTIN_TYPES: list[str] = (source)

Undocumented

Value
['Any',
 'Callable',
 'ContextManager',
 'Dict',
 'Enum',
 'Iterable',
 'Iterator',
...
BUILTINS = (source)

Undocumented

Value
ATOMS+['type', 'object', 'Exception', 'dict', 'list', 'set', 'tuple']
DEFAULT_EXT_SUPERS = (source)

Undocumented

Value
{'config': APP_NAME+'.core.types.ConfigWithAccess',
 'props': APP_NAME+'.core.types.Props'}
EXCLUDE_PATHS: list[str] = (source)

Undocumented

Value
['___', '/vendor/', 'test', 'core/ext']
FILE_KINDS: list = (source)

Undocumented

Value
[['.py', 'python'],
 ['/index.ts', 'ts'],
 ['/index.tsx', 'ts'],
 ['/index.css.js', 'css'],
 ['.theme.css.js', 'theme'],
 ['/strings.ini', 'strings']]
GLOBAL_MODULES = (source)

Undocumented

Value
[(APP_NAME+'.core.const'), (APP_NAME+'.core.data'), (APP_NAME+'.core.tree'), (APP_NAME+'.core.types'), (APP_NAME+'.core.util'), (APP_NAME+'.core.error'), (APP_NAME+'.core')]
INLINE_COMMENT_SYMBOL: str = (source)

Undocumented

Value
'#:'
PLUGIN_DIR: str = (source)

Undocumented

Value
'/gws/plugin'
PLUGIN_PREFIX = (source)

Undocumented

Value
APP_NAME+'.plugin'
SELF_DIR = (source)

Undocumented

Value
os.path.dirname(__file__)
SYSTEM_CHUNKS = (source)

Undocumented

Value
[[(APP_NAME+''), '/js/src/gws'],
 [(APP_NAME+'.core'), '/gws/core'],
 [(APP_NAME+'.base'), '/gws/base'],
 [(APP_NAME+'.gis'), '/gws/gis'],
 [(APP_NAME+'.lib'), '/gws/lib'],
 [(APP_NAME+'.server'), '/gws/server']]
VARIANT_COMMENT_PREFIX: str = (source)

Undocumented

Value
'variant:'

Undocumented

def _auto_uid(c, d): (source)

Undocumented