/usr/share/pyshared/Openturns_Study/opsOT.py is in eficas 6.4.0-1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # -*- coding: iso-8859-1 -*-
def INCLUDE(self,FileName,**args):
"""
Fonction sd_prod pour la macro INCLUDE
"""
if hasattr(self,'change_fichier'):
delattr(self,'change_fichier')
delattr(self,'fichier_ini')
self.make_include2(fichier=FileName)
def INCLUDE_context(self,d):
"""
Fonction op_init pour macro INCLUDE
"""
for k,v in self.g_context.items():
d[k]=v
|