def get_outbound_layers(self, layer):

        from snntoolbox.parsing.utils import get_outbound_layers

        return get_outbound_layers(layer)
Example #2
0
    def get_outbound_layers(self, layer):

        return get_outbound_layers(layer)