Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/ConfigBase.3.py
2011-12-30 19:17:09 +00:00

11 lines
201 B
Python

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