mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
(dev) additional pattern in function search
This commit is contained in:
parent
82ca85306c
commit
b4bf736066
@ -132,7 +132,7 @@ class DependancyCrawler(object):
|
||||
"""
|
||||
where_used_lst={}
|
||||
for src_filename in self.find_files():
|
||||
data = open(src_filename,'r').read().replace('\n',' ')
|
||||
data = open(src_filename,'r').read().replace('\n',' ').replace('\t',' ')
|
||||
use_list = []
|
||||
for function in self._all_functions[src]:
|
||||
if data.find(' %s(' % (function)) > -1 or \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user