コード例 #1
0
 def __render_with_namespace__(self, namespace):
     '''Calls the script.'''
     self._updateFromFS()
     return Script.__render_with_namespace__(self, namespace)
コード例 #2
0
ファイル: FSPythonScript.py プロジェクト: goschtl/zope
 def __render_with_namespace__(self, namespace):
     '''Calls the script.'''
     self._updateFromFS()
     return Script.__render_with_namespace__(self, namespace)