Projekt

Obecné

Profil

Stáhnout (185 Bajtů) Statistiky
| Větev: | Revize:
1
SKIP = "SKIP"
2
UNKNOWN = "UNKNOWN!"
3

    
4

    
5
def should_skip(device) -> bool:
6
    return device['x'] == SKIP or device['y'] == SKIP or device[
7
        'x'] == UNKNOWN or device['y'] == UNKNOWN
(4-4/4)