Searched refs:func (Results 1 – 5 of 5) sorted by relevance
30 def check_status(func): argument31 status = func()
28 def throw_exception(func): argument47 return func(*args, **kwargs)
590 func = parser.add_option592 func = parser.add_argument593 func('--depfile', help='Path to depfile (refer to `gn help depfile`)')
311 # definitions whose arguments contain STL classes (e.g. func(std::string);312 # versus func(std::string) {}). This also make the inheritance and collaboration