Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/ConfigBase.3.py
2012-04-10 03:16:37 +00:00

11 lines
191 B
Python

def foo(config):
oldPath = config.GetPath()
config.SetPath("/Foo/Data")
# ...
config.SetPath(oldPath)