Lines Matching refs:functions
224 functions = {} variable
346 functions=set(),
362 elif type_ in functions:
363 self._deps['functions'].add(functions[type_])
542 self.__dict__.update(functions[name].__dict__)
544 functions[name] = self
562 if name in functions:
563 self.__dict__.update(functions[name].__dict__)
565 functions[name] = self
703 functions=set(),
722 elif type_ in functions:
723 self._deps['functions'].add(functions[type_])
1103 functions=set(),
1121 elif type_ in functions:
1122 self._deps['functions'].add(functions[type_])
1456 return functions.get(f_name, None)
1606 functions