Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
bitshift
mirror da
https://github.com/earwig/bitshift
Segui
1
Vota
1
Forka
0
Codice
Rilasci
1
Attività
Sfoglia il codice sorgente
Change UnaryOp.NOT to work with BinaryOp.{OR,AND}
tags/v1.0^2
Ben Kurtovic
10 anni fa
parent
525b49b4b2
commit
4100107e93
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
bitshift/query/nodes.py
+ 1
- 1
bitshift/query/nodes.py
Vedi File
@@ -163,7 +163,7 @@ class BinaryOp(_Node):
class UnaryOp(_Node):
"""Represents a transformation applied to one node: ``not``."""
NOT =
1
NOT =
3
def __init__(self, op, node):
self.op = op
Scrivi
Anteprima
Caricamento…
Annulla
Salva