context

lib.context.get_context(app_name, base_source='phatch', sys_prefix=None, user=True)

Finds the right paths depending on the context, which consists of the platform and how it is distributed.

context = (platform, distribute) platform = ‘linux’, ‘apple’ or ‘windows’ distribute = ‘frozen’, ‘package’ or ‘source’

lib.context.join(*args)
lib.context.join_create(*args)
exception lib.context.ContextError
Bases: exceptions.Exception

Previous topic

colors

Next topic

desktop