Attention

You are viewing PyUnity docs under the develop branch. As such, they are only applicable if you installed from source. Go to https://docs.pyunity.x10.bz/en/latest/ for the most recent release.

pyunity.settings module


class pyunity.settings.LiveDict[source]

Bases: object

update()[source]
todict()[source]
keys()[source]
values()[source]
items()[source]
pop(item)[source]
class pyunity.settings.Database[source]

Bases: LiveDict

update()[source]
refresh()[source]