我们从Python开源项目中,提取了以下15个代码示例,用于说明如何使用nt._have_functions()。
def _add(str, fn): if (fn in _globals) and (str in _have_functions): _set.add(_globals[fn])