Ejemplo n.º 1
0
def locatable_b(geometry_b):
    return core.Locatable(geometry_b)
Ejemplo n.º 2
0
def locatable_a(geometry_a):
    return core.Locatable(geometry_a)
Ejemplo n.º 3
0
def locatable_a(geometry_a):
    """Fixture for the locatable_a."""
    return core.Locatable(geometry_a)
Ejemplo n.º 4
0
def locatable_b(geometry_b):
    """Fixture for the locatable_b."""
    return core.Locatable(geometry_b)
Ejemplo n.º 5
0
def locatable_c(geometry_c):
    return core.Locatable(geometry_c)