Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
bitshift
espelho de
https://github.com/earwig/bitshift
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
1
Trabalho
Ver a proveniência
Change UnaryOp.NOT to work with BinaryOp.{OR,AND}
tags/v1.0^2
Ben Kurtovic
há 10 anos
ascendente
525b49b4b2
cometimento
4100107e93
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
bitshift/query/nodes.py
+ 1
- 1
bitshift/query/nodes.py
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar