def _callFUT(self, config, uri, **kw): from pyramid_ldap import ldap_setup return ldap_setup(config, uri, **kw)
def _callFUT(self, config, uri, **kw): from pyramid_ldap import ldap_setup return ldap_setup(config, uri, realm=self.named_realm, **kw)