コード例 #1
0
ファイル: graphdocpy.py プロジェクト: alexissmirnov/donomo
 def beginFunctions(self, names):
     if string.find(string.join(names, ' '), ' sample') > -1:
         HtmlDocBuilder0.beginFunctions(self, names)
コード例 #2
0
 def beginFunctions(self, names):
     if ' '.join(names).find(' sample') > -1:
         HtmlDocBuilder0.beginFunctions(self, names)
コード例 #3
0
ファイル: graphdocpy.py プロジェクト: sengupta/scilab_cloud
 def beginFunctions(self, names):
     if string.find(string.join(names, " "), " sample") > -1:
         HtmlDocBuilder0.beginFunctions(self, names)
コード例 #4
0
ファイル: graphdocpy.py プロジェクト: Distrotech/reportlab
 def beginFunctions(self, names):
     if ' '.join(names).find(' sample') > -1:
         HtmlDocBuilder0.beginFunctions(self, names)
コード例 #5
0
ファイル: graphdocpy.py プロジェクト: Jbaumotte/web2py
 def beginFunctions(self, names):
     if string.find(string.join(names, ' '), ' sample') > -1:
         HtmlDocBuilder0.beginFunctions(self, names)