![]() |
|
|||
File indexing completed on 2023-03-17 11:26:59
0001 import sys 0002 0003 def func(var): 0004 out = var.split('/') 0005 print (out[27]) 0006 return out[27] 0007 0008 def betterfunc(var): 0009 ar = var.split(':') 0010 for x in range (0,len(ar)): 0011 if(ar[x].find('boost') >= 0): 0012 out = ar[x] 0013 out = out.replace('/include','') 0014 print (out) 0015 return out 0016 0017 betterfunc(sys.argv[1])
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |